adjust both themes for changes in toolkit winstripe in Mozilla 19 cycle
authorRobert Kaiser <robert@widebook.box.kairo.at>
Fri, 18 Jan 2013 20:17:50 +0000 (21:17 +0100)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Fri, 18 Jan 2013 20:17:50 +0000 (21:17 +0100)
13 files changed:
EarlyBlue/global/console/console.css
EarlyBlue/global/findBar.css
EarlyBlue/global/resizer.css
EarlyBlue/global/textbox.css
EarlyBlue/mozapps/extensions/extensions.css
LCARStrek/browser/browser.css
LCARStrek/browser/devtools/common.css
LCARStrek/browser/tabview/tabview.css
LCARStrek/global/console/console.css
LCARStrek/global/findBar.css
LCARStrek/global/resizer.css
LCARStrek/global/textbox.css
LCARStrek/mozapps/extensions/extensions.css

index 79fa39f5adfc70437767ab893bb6ef7eb33b7f1b..570fed7cf58b5dd791ea3f8eaadd881622ddefff 100644 (file)
   -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;
 }
index 86552d66f9c7001b1f67196cc20cd96c91c34f2b..63764a9d19a604467d581628af23fe7028429e6d 100644 (file)
@@ -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");
+}
index cc0c6f4e65b05d643e1c6f9cb097ea95c9c7ae7a..6f65eb80526fadce370908e338a051ec32e9e1f8 100644 (file)
@@ -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;
index c24a8826a70dd19336c280ffac82fc868ff05ace..75c0ad31da5dddf6dd5f564598735230b549981a 100644 (file)
@@ -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;
 }
index bc6828a404f6624d4e4641c3c0fa0c89da6c4e95..1ed94278488bade85b52e80deb169a2bd60e72a7 100644 (file)
   margin: 0;
 }
 
-#header-search .textbox-input:-moz-placeholder {
+#header-search .textbox-input::-moz-placeholder {
   color: #808080;
 }
 
index 8e759cbb7d172bf479f4ffc905b5a83165b5c6d5..d72bcf700c3c5ec00541fbfbb29c0cbb11d42593 100644 (file)
@@ -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;
 }
 
index 68d094fcc1929e5545def2b2ccbb249ed0dfe7d8..2bf56f4c9e27addce910faf01fbd0f969ae38c3a 100644 (file)
@@ -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%);
 }
 */
index 0acd44eaca0b4087e6681171ea1588d36dfd7287..7fc67b89c4985a5c7829f5c824bb7b9834d01b6a 100644 (file)
@@ -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;
 }
 
index e0f33124db3d45ecee68851bb22d7a09897bc1ea..05ded3dc5690009cc7e4947dfa75220e7ebd187b 100644 (file)
   -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;
 }
index f4459c0a7fc42449d07febc79a2501cd2d4d10db..58865a2aaaf7bb5b9178cddb99dd703d7f57cc50 100644 (file)
@@ -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");
+}
index ac06b47f0c0b3cacd9202f3cc36f83efeccf69d6..548485314d91ef54fa1d79017dd2c1dbaff60ee9 100644 (file)
@@ -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;
index 5448212453c15bb1763c1bb670c5ae5e1a81cc98..346a507b900435bc21b3514cf4a25c20a94b2db6 100644 (file)
@@ -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 {
index cc402cf9acbea94f7ad20862208cc43c2d0c4867..2cb6ea00e7e7b5360b18ad930a6cb4ac74100533 100644 (file)
   margin: 0;
 }
 
-#header-search .textbox-input:-moz-placeholder {
+#header-search .textbox-input::-moz-placeholder {
   color: #8050B0;
 }