diff options
author | Horst3180 | 2015-11-04 14:53:46 +0100 |
---|---|---|
committer | Horst3180 | 2015-11-04 14:53:46 +0100 |
commit | 4931dbf456a64c61875220987fca84c6c08819df (patch) | |
tree | 8cf332df0ad04b762609967eaf4676f4d2dbb015 /arc-firefox-theme/chrome/browser/customizableui | |
parent | 6a97eaa3348de211ed7ca18f34edee6661515df4 (diff) | |
download | solarc-firefox-theme-4931dbf456a64c61875220987fca84c6c08819df.tar.gz solarc-firefox-theme-4931dbf456a64c61875220987fca84c6c08819df.tar.xz solarc-firefox-theme-4931dbf456a64c61875220987fca84c6c08819df.zip |
update to 43.0b1
Diffstat (limited to 'arc-firefox-theme/chrome/browser/customizableui')
-rw-r--r-- | arc-firefox-theme/chrome/browser/customizableui/panelUIOverlay.css | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/arc-firefox-theme/chrome/browser/customizableui/panelUIOverlay.css b/arc-firefox-theme/chrome/browser/customizableui/panelUIOverlay.css index c96ee12..367bf27 100644 --- a/arc-firefox-theme/chrome/browser/customizableui/panelUIOverlay.css +++ b/arc-firefox-theme/chrome/browser/customizableui/panelUIOverlay.css @@ -1210,19 +1210,9 @@ toolbarpaletteitem[haswideitem][place="panel"] + toolbarpaletteitem[haswideitem] border-bottom-left-radius: 0; } -.toolbaritem-combined-buttons > separator { +.toolbaritem-combined-buttons:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > separator { -moz-appearance: none; - width: 3px; -moz-box-align: stretch; - background-image: linear-gradient(to bottom, transparent, hsla(0,0%,100%,.3) 40%, hsla(0,0%,100%,.3) 60%, transparent), - linear-gradient(to bottom, transparent, hsla(210,54%,20%,.15) 40%, hsla(210,54%,20%,.15) 60%, transparent), - linear-gradient(to bottom, transparent, hsla(0,0%,100%,.3) 40%, hsla(0,0%,100%,.3) 60%, transparent); - background-size: 1px, 1px, 1px; - background-position: 0 0, 1px 0, 2px 0; - background-repeat: no-repeat; -} - -.toolbaritem-combined-buttons:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > separator { margin: .5em 0; width: 1px; height: auto; |