some adjustments from windows testing with Australis version EarlyBlue-2.26 LCARStrek-2.26
authorRobert Kaiser <kairo@kairo.at>
Mon, 26 May 2014 00:19:48 +0000 (02:19 +0200)
committerRobert Kaiser <kairo@kairo.at>
Mon, 26 May 2014 00:19:48 +0000 (02:19 +0200)
LCARStrek/browser/browser.css
LCARStrek/browser/customizableui/customize-titleBar-toggle.png
LCARStrek/browser/customizableui/panelUIOverlay.css
LCARStrek/browser/devtools/netmonitor.css
LCARStrek/browser/syncProgress-horizontalbar-single.png [deleted file]
LCARStrek/browser/syncProgress-horizontalbar.png
LCARStrek/browser/syncProgress-menuPanel.png
LCARStrek/browser/syncProgress-toolbar.png

index a733193e28667300fb5419f4816ef0ded0167f57..1ec8b87ca275875dc20af19898c526698d02b3c0 100644 (file)
@@ -178,7 +178,9 @@ menubar {
  * themes with Aero Glass.
  */
 #titlebar-buttonbox {
  * 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;
 }
   -moz-margin-end: 3px;
   z-index: 1;
 }
@@ -2527,7 +2529,7 @@ toolbarbutton[type="socialmark"] > .toolbarbutton-icon {
 .tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-lwtheme-brighttext,
 .tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-lwtheme-brighttext {
  }
 .tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-lwtheme-brighttext,
 .tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-lwtheme-brighttext {
  }
+
 .tabbrowser-arrowscrollbox > .scrollbutton-up[disabled],
 .tabbrowser-arrowscrollbox > .scrollbutton-down[disabled] {
  }
 .tabbrowser-arrowscrollbox > .scrollbutton-up[disabled],
 .tabbrowser-arrowscrollbox > .scrollbutton-down[disabled] {
  }
@@ -4250,21 +4252,44 @@ notification.pluginVulnerable .messageImage {
 
 #customization-titlebar-visibility-button {
   list-style-image: url("chrome://browser/skin/customizableui/customize-titleBar-toggle.png");
 
 #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;
 }
 
   -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. */
 #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] {
 }
 
 #customization-titlebar-visibility-button[checked] {
-  -moz-image-region: rect(0, 48px, 24px, 24px);
+  -moz-image-region: rect(0, 32px, 16px, 16px);
   background-color: #008484;
 }
 
   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;
 }
 #customization-undo-reset-button {
   -moz-margin-end: 10px;
 }
index 230d7d1eac24b18f730397ff972d374ea08eec04..cbbaf5c9a66df13d38c8b3ffc72d813f1a3b06cc 100644 (file)
Binary files a/LCARStrek/browser/customizableui/customize-titleBar-toggle.png and b/LCARStrek/browser/customizableui/customize-titleBar-toggle.png differ
index 1346de4259848fa04348d8ceca095720bd9911ed..02ff68351ba241138971550733a17d6b5c412df7 100644 (file)
@@ -35,7 +35,7 @@
 
 @keyframes moveX {
   /* These values are adjusted for the padding on the panel. */
 
 @keyframes moveX {
   /* These values are adjusted for the padding on the panel. */
-  from { margin-left: -15px; } to { margin-left: calc(100% - 49px); }
+  from { margin-left: -9px; } to { margin-left: calc(100% - 55px); }
 }
 @keyframes moveY {
   /* These values are adjusted for the padding and height of the panel. */
 }
 @keyframes moveY {
   /* These values are adjusted for the padding and height of the panel. */
index 3af7fa20a771d1e40ba30d5ae48cc0a0ceb28ef8..b03f930db83affabd445bc9a2843e71c7d537fc7 100644 (file)
@@ -512,9 +512,7 @@ box.requests-menu-status[code^="5"] {
 
 #network-statistics-charts {
   min-height: 1px;
 
 #network-statistics-charts {
   min-height: 1px;
-}
 
 
-.theme-dark #network-statistics-charts {
   background: #000000; /* Toolbars */
 }
 
   background: #000000; /* Toolbars */
 }
 
@@ -528,42 +526,42 @@ box.requests-menu-status[code^="5"] {
   -moz-margin-end: 3vw;
 }
 
   -moz-margin-end: 3vw;
 }
 
-.theme-dark .chart-colored-blob[name=html] {
+.chart-colored-blob[name=html] {
   fill: #A09090; /* Blue-Grey highlight */
   background: #A09090;
 }
 
   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;
 }
 
   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;
 }
 
   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;
 }
 
   fill: #FF9F00; /* Orange highlight */
   background: #FF9F00;
 }
 
-.theme-dark .chart-colored-blob[name=fonts] {
+.chart-colored-blob[name=fonts] {
   fill: #6000CF; /* Purple highlight */
   background: #6000CF;
 }
 
   fill: #6000CF; /* Purple highlight */
   background: #6000CF;
 }
 
-.theme-dark .chart-colored-blob[name=images] {
+.chart-colored-blob[name=images] {
   fill: #E7ADE7; /* Pink highlight */
   background: #E7ADE7;
 }
 
   fill: #E7ADE7; /* Pink highlight */
   background: #E7ADE7;
 }
 
-.theme-dark .chart-colored-blob[name=media] {
+.chart-colored-blob[name=media] {
   fill: #008484; /* Green highlight */
   background: #008484;
 }
 
   fill: #008484; /* Green highlight */
   background: #008484;
 }
 
-.theme-dark .chart-colored-blob[name=flash] {
+.chart-colored-blob[name=flash] {
   fill: #FF0000; /* Red highlight */
   background: #FF0000;
 }
   fill: #FF0000; /* Red highlight */
   background: #FF0000;
 }
diff --git a/LCARStrek/browser/syncProgress-horizontalbar-single.png b/LCARStrek/browser/syncProgress-horizontalbar-single.png
deleted file mode 100644 (file)
index 396723c..0000000
Binary files a/LCARStrek/browser/syncProgress-horizontalbar-single.png and /dev/null differ
index 79d9723898305d40c56d385c59025dc60a7128de..b084a3de8f4e2fa956211d17e57db42c0fdbe58a 100644 (file)
Binary files a/LCARStrek/browser/syncProgress-horizontalbar.png and b/LCARStrek/browser/syncProgress-horizontalbar.png differ
index 6fd6f9c16f6bd2adcca02e71e6da92c579c24eb0..4ae292cfb2957fbe80599241526e63b6513c93a6 100644 (file)
Binary files a/LCARStrek/browser/syncProgress-menuPanel.png and b/LCARStrek/browser/syncProgress-menuPanel.png differ
index 05078a9c8d140cc5ab10b785a39b76a532f4f8d9..6ed24bcec012a2b9b282db6361abef1d3c2121d4 100644 (file)
Binary files a/LCARStrek/browser/syncProgress-toolbar.png and b/LCARStrek/browser/syncProgress-toolbar.png differ