From: Robert Kaiser Date: Mon, 26 May 2014 00:19:48 +0000 (+0200) Subject: some adjustments from windows testing with Australis version X-Git-Tag: LCARStrek-2.26 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=refs%2Ftags%2FLCARStrek-2.26 some adjustments from windows testing with Australis version --- diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index a733193e..1ec8b87c 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -178,7 +178,9 @@ menubar { * 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; } @@ -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[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"); - -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; } diff --git a/LCARStrek/browser/customizableui/customize-titleBar-toggle.png b/LCARStrek/browser/customizableui/customize-titleBar-toggle.png index 230d7d1e..cbbaf5c9 100644 Binary files a/LCARStrek/browser/customizableui/customize-titleBar-toggle.png and b/LCARStrek/browser/customizableui/customize-titleBar-toggle.png differ diff --git a/LCARStrek/browser/customizableui/panelUIOverlay.css b/LCARStrek/browser/customizableui/panelUIOverlay.css index 1346de42..02ff6835 100644 --- a/LCARStrek/browser/customizableui/panelUIOverlay.css +++ b/LCARStrek/browser/customizableui/panelUIOverlay.css @@ -35,7 +35,7 @@ @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. */ diff --git a/LCARStrek/browser/devtools/netmonitor.css b/LCARStrek/browser/devtools/netmonitor.css index 3af7fa20..b03f930d 100644 --- a/LCARStrek/browser/devtools/netmonitor.css +++ b/LCARStrek/browser/devtools/netmonitor.css @@ -512,9 +512,7 @@ box.requests-menu-status[code^="5"] { #network-statistics-charts { min-height: 1px; -} -.theme-dark #network-statistics-charts { background: #000000; /* Toolbars */ } @@ -528,42 +526,42 @@ box.requests-menu-status[code^="5"] { -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; } diff --git a/LCARStrek/browser/syncProgress-horizontalbar-single.png b/LCARStrek/browser/syncProgress-horizontalbar-single.png deleted file mode 100644 index 396723c9..00000000 Binary files a/LCARStrek/browser/syncProgress-horizontalbar-single.png and /dev/null differ diff --git a/LCARStrek/browser/syncProgress-horizontalbar.png b/LCARStrek/browser/syncProgress-horizontalbar.png index 79d97238..b084a3de 100644 Binary files a/LCARStrek/browser/syncProgress-horizontalbar.png and b/LCARStrek/browser/syncProgress-horizontalbar.png differ diff --git a/LCARStrek/browser/syncProgress-menuPanel.png b/LCARStrek/browser/syncProgress-menuPanel.png index 6fd6f9c1..4ae292cf 100644 Binary files a/LCARStrek/browser/syncProgress-menuPanel.png and b/LCARStrek/browser/syncProgress-menuPanel.png differ diff --git a/LCARStrek/browser/syncProgress-toolbar.png b/LCARStrek/browser/syncProgress-toolbar.png index 05078a9c..6ed24bce 100644 Binary files a/LCARStrek/browser/syncProgress-toolbar.png and b/LCARStrek/browser/syncProgress-toolbar.png differ