* themes with Aero Glass.
*/
#titlebar-buttonbox {
- margin-top: 5px;
+ -moz-appearance: none;
+ margin-top: 6px;
+ margin-top: 4px;
-moz-margin-end: 3px;
z-index: 1;
}
.tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-lwtheme-brighttext,
.tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-lwtheme-brighttext {
}
-
+
.tabbrowser-arrowscrollbox > .scrollbutton-up[disabled],
.tabbrowser-arrowscrollbox > .scrollbutton-down[disabled] {
}
#customization-titlebar-visibility-button {
list-style-image: url("chrome://browser/skin/customizableui/customize-titleBar-toggle.png");
- -moz-image-region: rect(0, 24px, 24px, 0);
- padding: 2px 7px;
+ -moz-image-region: rect(0, 16px, 16px, 0);
+ padding: 0px 5px;
-moz-margin-end: 10px;
}
+#customization-titlebar-visibility-button:hover {
+ -moz-image-region: rect(16px, 16px, 32px, 0);
+}
+
+#customization-titlebar-visibility-button > .button-box {
+ padding-top: 0;
+ padding-bottom: 1px;
+}
+
+#customization-titlebar-visibility-button:hover:active > .button-box {
+ padding-top: 1px;
+ padding-bottom: 0;
+}
+
#customization-titlebar-visibility-button > .button-box > .button-text {
/* Sadly, button.css thinks its margins are perfect for everyone. */
- -moz-margin-start: 6px !important;
+ -moz-margin-start: 5px !important;
}
#customization-titlebar-visibility-button[checked] {
- -moz-image-region: rect(0, 48px, 24px, 24px);
+ -moz-image-region: rect(0, 32px, 16px, 16px);
background-color: #008484;
}
+#customization-titlebar-visibility-button[checked]:hover {
+ -moz-image-region: rect(16px, 32px, 32px, 16px);
+ background-color: #FFCF00;
+}
+
+#customization-titlebar-visibility-button[checked]:hover:active {
+ background-color: #FF9F00;
+}
+
#customization-undo-reset-button {
-moz-margin-end: 10px;
}
#network-statistics-charts {
min-height: 1px;
-}
-.theme-dark #network-statistics-charts {
background: #000000; /* Toolbars */
}
-moz-margin-end: 3vw;
}
-.theme-dark .chart-colored-blob[name=html] {
+.chart-colored-blob[name=html] {
fill: #A09090; /* Blue-Grey highlight */
background: #A09090;
}
-.theme-dark .chart-colored-blob[name=css] {
+.chart-colored-blob[name=css] {
fill: #9C9CFF; /* Blue highlight */
background: #9C9CFF;
}
-.theme-dark .chart-colored-blob[name=js] {
+.chart-colored-blob[name=js] {
fill: #FFCF00; /* Light Orange highlight */
background: #FFCF00;
}
-.theme-dark .chart-colored-blob[name=xhr] {
+.chart-colored-blob[name=xhr] {
fill: #FF9F00; /* Orange highlight */
background: #FF9F00;
}
-.theme-dark .chart-colored-blob[name=fonts] {
+.chart-colored-blob[name=fonts] {
fill: #6000CF; /* Purple highlight */
background: #6000CF;
}
-.theme-dark .chart-colored-blob[name=images] {
+.chart-colored-blob[name=images] {
fill: #E7ADE7; /* Pink highlight */
background: #E7ADE7;
}
-.theme-dark .chart-colored-blob[name=media] {
+.chart-colored-blob[name=media] {
fill: #008484; /* Green highlight */
background: #008484;
}
-.theme-dark .chart-colored-blob[name=flash] {
+.chart-colored-blob[name=flash] {
fill: #FF0000; /* Red highlight */
background: #FF0000;
}