From: Robert Kaiser Date: Fri, 28 Apr 2017 20:11:22 +0000 (+0200) Subject: sync both themes with toolkit windows theme changes in Mozilla 54 cycle X-Git-Tag: LCARStrek-2.51~6 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=918c9e49a243680984f89a7ab4ccdf64d1a41607 sync both themes with toolkit windows theme changes in Mozilla 54 cycle --- diff --git a/EarlyBlue/global/aboutSupport.css b/EarlyBlue/global/aboutSupport.css index 268993a6..8eb9b2f2 100644 --- a/EarlyBlue/global/aboutSupport.css +++ b/EarlyBlue/global/aboutSupport.css @@ -77,6 +77,11 @@ tr:not(:first-child) > th { border-top: 1px dotted var(--in-content-table-border-dark-color); } +td.integer { + text-align: end; + font-family: monospace; +} + .prefs-table { width: 100%; table-layout: fixed; diff --git a/EarlyBlue/global/autocomplete.css b/EarlyBlue/global/autocomplete.css index 260f3561..24d90eca 100644 --- a/EarlyBlue/global/autocomplete.css +++ b/EarlyBlue/global/autocomplete.css @@ -112,6 +112,11 @@ panel[type="autocomplete-richlistbox"], overflow-x: hidden !important; } +.autocomplete-richlistitem[selected] { + background-color: #336699; + color: white; +} + .ac-type-icon { width: 16px; height: 16px; diff --git a/EarlyBlue/global/global.css b/EarlyBlue/global/global.css index d69d9e93..2d4afe22 100644 --- a/EarlyBlue/global/global.css +++ b/EarlyBlue/global/global.css @@ -132,8 +132,7 @@ toolbar[mode="text"] .toolbarbutton-text { /* ::::: miscellaneous formatting ::::: */ -:root:-moz-lwtheme, -[lwthemefooter="true"] { +:root:-moz-lwtheme { -moz-appearance: none; } diff --git a/EarlyBlue/global/media/videocontrols.css b/EarlyBlue/global/media/videocontrols.css index fd5601b5..1f8c6b98 100644 --- a/EarlyBlue/global/media/videocontrols.css +++ b/EarlyBlue/global/media/videocontrols.css @@ -22,6 +22,10 @@ audio > xul|videocontrols { display: none; } +.controlsSpacer[hideCursor] { + cursor: none; +} + .controlsContainer, .progressContainer { position: relative; diff --git a/EarlyBlue/mozapps/extensions/extensions.css b/EarlyBlue/mozapps/extensions/extensions.css index 3af9c6bb..9aea89f2 100644 --- a/EarlyBlue/mozapps/extensions/extensions.css +++ b/EarlyBlue/mozapps/extensions/extensions.css @@ -998,11 +998,6 @@ button.button-link { margin: 0 6px; } -button.button-link:not(:-moz-focusring) > .button-box { - border-width: 0; - margin: 1px; -} - button.button-link:hover { background-color: transparent; color: #336699; diff --git a/LCARStrek/global/aboutSupport.css b/LCARStrek/global/aboutSupport.css index 54bc9157..bb249fa3 100644 --- a/LCARStrek/global/aboutSupport.css +++ b/LCARStrek/global/aboutSupport.css @@ -134,6 +134,11 @@ td { text-align: start; } +td.integer { + text-align: end; + font-family: monospace; +} + .prefs-table { width: 100%; table-layout: fixed; diff --git a/LCARStrek/global/autocomplete.css b/LCARStrek/global/autocomplete.css index e22cf0fb..736e6d71 100644 --- a/LCARStrek/global/autocomplete.css +++ b/LCARStrek/global/autocomplete.css @@ -123,6 +123,11 @@ panel[type="autocomplete-richlistbox"], overflow-x: hidden !important; } +.autocomplete-richlistitem[selected] { + background-color: #008484; + color: #000000; +} + .ac-type-icon { width: 16px; height: 16px; diff --git a/LCARStrek/global/global.css b/LCARStrek/global/global.css index 5d9ee7ea..4f371e60 100644 --- a/LCARStrek/global/global.css +++ b/LCARStrek/global/global.css @@ -190,8 +190,7 @@ toolbar[mode="text"] .toolbarbutton-text { /* ::::: miscellaneous formatting ::::: */ -:root:-moz-lwtheme, -[lwthemefooter="true"] { +:root:-moz-lwtheme { -moz-appearance: none; } diff --git a/LCARStrek/global/media/videocontrols.css b/LCARStrek/global/media/videocontrols.css index c70c3e6f..5d825886 100644 --- a/LCARStrek/global/media/videocontrols.css +++ b/LCARStrek/global/media/videocontrols.css @@ -22,6 +22,10 @@ audio > xul|videocontrols { display: none; } +.controlsSpacer[hideCursor] { + cursor: none; +} + .controlsContainer, .progressContainer { position: relative;