From a7145e953610161cc4774a08ded880bc9e0e9e07 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Fri, 18 Jan 2013 21:17:50 +0100 Subject: [PATCH] adjust both themes for changes in toolkit winstripe in Mozilla 19 cycle --- EarlyBlue/global/console/console.css | 6 +++++- EarlyBlue/global/findBar.css | 4 ++++ EarlyBlue/global/resizer.css | 1 + EarlyBlue/global/textbox.css | 5 ----- EarlyBlue/mozapps/extensions/extensions.css | 2 +- LCARStrek/browser/browser.css | 4 ++-- LCARStrek/browser/devtools/common.css | 2 +- LCARStrek/browser/tabview/tabview.css | 4 ++-- LCARStrek/global/console/console.css | 6 +++++- LCARStrek/global/findBar.css | 4 ++++ LCARStrek/global/resizer.css | 1 + LCARStrek/global/textbox.css | 7 ++++--- LCARStrek/mozapps/extensions/extensions.css | 2 +- 13 files changed, 31 insertions(+), 17 deletions(-) diff --git a/EarlyBlue/global/console/console.css b/EarlyBlue/global/console/console.css index 79fa39f5..570fed7c 100644 --- a/EarlyBlue/global/console/console.css +++ b/EarlyBlue/global/console/console.css @@ -27,11 +27,15 @@ -moz-box-align: start; } -.console-row-msg > label, +.console-row-msg > label:first-child, .console-row-file > label:first-child { display: none; } +.console-time { + font-weight: normal !important; +} + .console-icon { list-style-image: inherit; } diff --git a/EarlyBlue/global/findBar.css b/EarlyBlue/global/findBar.css index 86552d66..63764a9d 100644 --- a/EarlyBlue/global/findBar.css +++ b/EarlyBlue/global/findBar.css @@ -76,3 +76,7 @@ findbar { .find-status-icon[status="wrapped"] { list-style-image: url("chrome://global/skin/icons/wrap.png"); } + +.find-status-icon[status="pending"] { + list-style-image: url("chrome://global/skin/icons/loading.gif"); +} diff --git a/EarlyBlue/global/resizer.css b/EarlyBlue/global/resizer.css index cc0c6f4e..6f65eb80 100644 --- a/EarlyBlue/global/resizer.css +++ b/EarlyBlue/global/resizer.css @@ -3,6 +3,7 @@ resizer { -moz-appearance: resizer; background: url("chrome://global/skin/icons/resizer.png") no-repeat; + background-size: 100% 100%; cursor: se-resize; width: 15px; height: 15px; diff --git a/EarlyBlue/global/textbox.css b/EarlyBlue/global/textbox.css index c24a8826..75c0ad31 100644 --- a/EarlyBlue/global/textbox.css +++ b/EarlyBlue/global/textbox.css @@ -32,11 +32,6 @@ html|*.textbox-textarea { font: inherit; } -html|*.textbox-input:-moz-placeholder, -html|*.textbox-textarea:-moz-placeholder { - color: #CCD0DD; -} - .textbox-input-box menupopup { cursor: default; } diff --git a/EarlyBlue/mozapps/extensions/extensions.css b/EarlyBlue/mozapps/extensions/extensions.css index bc6828a4..1ed94278 100644 --- a/EarlyBlue/mozapps/extensions/extensions.css +++ b/EarlyBlue/mozapps/extensions/extensions.css @@ -279,7 +279,7 @@ margin: 0; } -#header-search .textbox-input:-moz-placeholder { +#header-search .textbox-input::-moz-placeholder { color: #808080; } diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index 8e759cbb..d72bcf70 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -1214,8 +1214,8 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon transform: scaleX(-1); } -html|*.urlbar-input:-moz-lwtheme:-moz-placeholder, -.searchbar-textbox:-moz-lwtheme > .autocomplete-textbox-container > .textbox-input-box > html|*.textbox-input:-moz-placeholder { +html|*.urlbar-input:-moz-lwtheme::-moz-placeholder, +.searchbar-textbox:-moz-lwtheme > .autocomplete-textbox-container > .textbox-input-box > html|*.textbox-input::-moz-placeholder { color: #E7ADE7; } diff --git a/LCARStrek/browser/devtools/common.css b/LCARStrek/browser/devtools/common.css index 68d094fc..2bf56f4c 100644 --- a/LCARStrek/browser/devtools/common.css +++ b/LCARStrek/browser/devtools/common.css @@ -112,7 +112,7 @@ devtools-menulist:-moz-focusring, display: none; } -.devtools-searchinput > .textbox-input-box > .textbox-input:-moz-placeholder { +.devtools-searchinput > .textbox-input-box > .textbox-input::-moz-placeholder { color: hsl(208,10%,66%); } */ diff --git a/LCARStrek/browser/tabview/tabview.css b/LCARStrek/browser/tabview/tabview.css index 0acd44ea..7fc67b89 100644 --- a/LCARStrek/browser/tabview/tabview.css +++ b/LCARStrek/browser/tabview/tabview.css @@ -380,7 +380,7 @@ input.name:focus { color: #FFCF00; } -input.name:-moz-placeholder { +input.name::-moz-placeholder { font-style: italic !important; color: transparent; background-image: url("chrome://browser/skin/tabview/edit-light.png"); @@ -388,7 +388,7 @@ input.name:-moz-placeholder { -moz-padding-start: 20px; } -.title-container:hover input.name:-moz-placeholder { +.title-container:hover input.name::-moz-placeholder { color: #E7ADE7; } diff --git a/LCARStrek/global/console/console.css b/LCARStrek/global/console/console.css index e0f33124..05ded3dc 100644 --- a/LCARStrek/global/console/console.css +++ b/LCARStrek/global/console/console.css @@ -27,11 +27,15 @@ -moz-box-align: start; } -.console-row-msg > label, +.console-row-msg > label:first-child, .console-row-file > label:first-child { display: none; } +.console-time { + font-weight: normal !important; +} + .console-icon { list-style-image: inherit; } diff --git a/LCARStrek/global/findBar.css b/LCARStrek/global/findBar.css index f4459c0a..58865a2a 100644 --- a/LCARStrek/global/findBar.css +++ b/LCARStrek/global/findBar.css @@ -80,3 +80,7 @@ findbar { .find-status-icon[status="wrapped"] { list-style-image: url("chrome://global/skin/icons/wrap.png"); } + +.find-status-icon[status="pending"] { + list-style-image: url("chrome://global/skin/icons/loading.gif"); +} diff --git a/LCARStrek/global/resizer.css b/LCARStrek/global/resizer.css index ac06b47f..54848531 100644 --- a/LCARStrek/global/resizer.css +++ b/LCARStrek/global/resizer.css @@ -2,6 +2,7 @@ resizer { background: url("chrome://global/skin/icons/resizer.png") no-repeat; + background-size: 100% 100%; cursor: se-resize; width: 15px; height: 15px; diff --git a/LCARStrek/global/textbox.css b/LCARStrek/global/textbox.css index 54482124..346a507b 100644 --- a/LCARStrek/global/textbox.css +++ b/LCARStrek/global/textbox.css @@ -35,9 +35,10 @@ html|*.textbox-textarea { font: inherit; } -html|*.textbox-input:-moz-placeholder, -html|*.textbox-textarea:-moz-placeholder { - color: #6000CF; +html|*.textbox-input::-moz-placeholder, +html|*.textbox-textarea::-moz-placeholder { + color: #8050B0; + opacity: 1.0; } .textbox-input-box menupopup { diff --git a/LCARStrek/mozapps/extensions/extensions.css b/LCARStrek/mozapps/extensions/extensions.css index cc402cf9..2cb6ea00 100644 --- a/LCARStrek/mozapps/extensions/extensions.css +++ b/LCARStrek/mozapps/extensions/extensions.css @@ -292,7 +292,7 @@ margin: 0; } -#header-search .textbox-input:-moz-placeholder { +#header-search .textbox-input::-moz-placeholder { color: #8050B0; } -- 2.35.3