#PanelUI-help:not([disabled]):hover,
#PanelUI-customize:hover,
#PanelUI-quit:not([disabled]):hover {
-/* border-color: rgba(8,25,42,0.2);
- border-top-color: rgba(8,25,42,0.1);
- background-color: rgba(0,0,0,0.1);
- box-shadow: none;*/
}
#main-window[customize-entered] #PanelUI-customize {
#BMB_bookmarksPopup > menuitem {
-moz-appearance: none;
padding: 2px 6px;
-/* background-color: hsla(210,4%,10%,0);
- border-radius: 2px;
- border: 1px solid;
- border-color: hsla(210,4%,10%,0);*/
transition-property: background-color, border-color;
transition-duration: 150ms;
}
margin-top: 0;
margin-bottom: 0;
}
-*/
+
panelview toolbarseparator,
#BMB_bookmarksPopup > menuseparator {
-moz-appearance: none;
border-top: 1px solid ThreeDShadow;
margin: 5px 0;
}
-
+*/
#PanelUI-historyItems > toolbarbutton {
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
}
#PanelUI-footer.panel-multiview-anchor,
#PanelUI-footer.panel-multiview-anchor > #PanelUI-help,
toolbarbutton.panel-multiview-anchor {
-/* background-color: Highlight;
- background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0));
- background-repeat: repeat-x;
- color: HighlightText;*/
+ background-color: #008484;
}
toolbarpaletteitem[place="palette"] > #bookmarks-menu-button > .toolbarbutton-menubutton-dropmarker,
#edit-controls:-moz-any(:not([cui-areatype="toolbar"]),.overflowedItem),
#zoom-controls:-moz-any(:not([cui-areatype="toolbar"]),.overflowedItem) {
-/* background-color: hsla(210,4%,10%,0);
- border-radius: 2px;
- border: 1px solid;
- border-color: hsla(210,4%,10%,0);
- border-bottom-color: hsla(210,4%,10%,.1);*/
padding: 0;
margin-bottom: -1px;
transition-property: background-color, border-color;
#zoom-controls:-moz-any(:not([cui-areatype="toolbar"]),.overflowedItem) > toolbarbutton {
border: 0;
padding: .5em;
- margin: 0;
+ margin: 1px;
-moz-box-flex: 1;
/* reduce the width with 2px for each button to compensate for two separators
of 3px. */
#zoom-controls > separator {
width: 3px;
-moz-box-align: stretch;
-/* background-image: linear-gradient(to bottom, hsla(0,0%,100%,0), hsla(0,0%,100%,.3) 40%, hsla(0,0%,100%,.3) 60%, hsla(0,0%,100%,0)),
- linear-gradient(to bottom, hsla(210,54%,20%,0), hsla(210,54%,20%,.15) 40%, hsla(210,54%,20%,.15) 60%, hsla(210,54%,20%,0)),
- linear-gradient(to bottom, hsla(0,0%,100%,0), hsla(0,0%,100%,.3) 40%, hsla(0,0%,100%,.3) 60%, hsla(0,0%,100%,0));
- background-size: 1px, 1px, 1px;
- background-position: 0 0, 1px 0, 2px 0;
- background-repeat: no-repeat;*/
}
#widget-overflow > .panel-arrowcontainer > .panel-arrowcontent {
#PanelUI-developerItems > toolbarbutton[checked="true"],
#PanelUI-bookmarks > toolbarbutton[checked="true"],
+#PanelUI-history > toolbarbutton[checked="true"],
.PanelUI-characterEncodingView-list > toolbarbutton[current] {
-moz-padding-start: 4px;
}
#PanelUI-developerItems > toolbarbutton[checked="true"] > .toolbarbutton-text,
#PanelUI-bookmarks > toolbarbutton[checked="true"] > .toolbarbutton-text,
+#PanelUI-history > toolbarbutton[checked="true"] > .toolbarbutton-text,
.PanelUI-characterEncodingView-list > toolbarbutton[current] > .toolbarbutton-text,
#customizationui-widget-panel .PanelUI-characterEncodingView-list > toolbarbutton[current] > .toolbarbutton-text {
-moz-padding-start: 0px;
#BMB_bookmarksPopup > menuitem[checked="true"]::before,
#PanelUI-bookmarks > toolbarbutton[checked="true"]::before,
+#PanelUI-history > toolbarbutton[checked="true"]::before,
#PanelUI-developerItems > toolbarbutton[checked="true"]::before,
.PanelUI-characterEncodingView-list > toolbarbutton[current]::before {
content: "✓";
}
#PanelUI-bookmarks > toolbarbutton[checked="true"]::before,
+#PanelUI-history > toolbarbutton[checked="true"]::before,
#PanelUI-developerItems > toolbarbutton[checked="true"]::before,
.PanelUI-characterEncodingView-list > toolbarbutton[current]::before {
-moz-margin-end: -2px;