sync both themes with toolkit windows theme changes in Mozilla 33 cycle
authorRobert Kaiser <robert@widebook.box.kairo.at>
Fri, 26 Sep 2014 19:05:55 +0000 (21:05 +0200)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Fri, 26 Sep 2014 19:05:55 +0000 (21:05 +0200)
EarlyBlue/global/alerts/alert.css
EarlyBlue/global/findBar.css
EarlyBlue/global/toolbarbutton.css
EarlyBlue/mozapps/formautofill/requestAutocomplete.css [new file with mode: 0644]
LCARStrek/global/alerts/alert.css
LCARStrek/global/findBar.css
LCARStrek/global/toolbarbutton.css
LCARStrek/mozapps/formautofill/requestAutocomplete.css [new file with mode: 0644]

index c945d7868989995278ce6dbaf586085742b0f069..e6d562c592851525ba14f76229fdffe3477f6182 100644 (file)
@@ -82,7 +82,3 @@ label {
   list-style-image: url("chrome://global/skin/icons/close-button.gif");
   padding: 4px 2px;
 }
-
-.alertCloseButton > .toolbarbutton-text {
-  display: none;
-}
index 4f473103dbf25ea97ad1e2fe0c372ab6205f8777..6eee423057abb8701459e60d863d47fcae3dc8e5 100644 (file)
@@ -85,10 +85,6 @@ findbar[position="top"][hidden] {
 .findbar-find-next > .toolbarbutton-icon {
 }
 
-.findbar-find-previous > .toolbarbutton-text,
-.findbar-find-next > .toolbarbutton-text {
-}
-
 .findbar-find-previous[disabled="true"] > .toolbarbutton-icon,
 .findbar-find-next[disabled="true"] > .toolbarbutton-icon {
 }
index aaf40a62aef9aea5303f8c0b8272f6f52d311de7..65f2eaa4ccea667ce192ee98d8614d831dfadc91 100644 (file)
@@ -26,7 +26,7 @@ toolbarbutton {
 }
 
 .toolbarbutton-text {
-  margin: 0px !important;
+  margin: 0px !important; /* !important for overriding global.css */
   padding: 0px;
   text-align: center;
 }
diff --git a/EarlyBlue/mozapps/formautofill/requestAutocomplete.css b/EarlyBlue/mozapps/formautofill/requestAutocomplete.css
new file mode 100644 (file)
index 0000000..0480ce3
--- /dev/null
@@ -0,0 +1,11 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+@import url("chrome://global/skin/inContentUI.css");
+
+:root {
+  height: 100%;
+  width: 100%;
+  padding: 0;
+}
index 12c32b863d32868a258bf8f9e0deeaadc4d04725..876a6b1250c664017c72f763f830a26021ebb1c5 100644 (file)
@@ -85,10 +85,6 @@ label {
   padding: 4px 2px;
 }
 
-.alertCloseButton > .toolbarbutton-text {
-  display: none;
-}
-
 .alertCloseButton:hover,
 .alertCloseButton:hover:active {
   -moz-image-region: rect(0, 32px, 16px, 16px);
index 8be420dd5c3fcc7f75e295ce721194f4f441dce3..d7e963df91c2a97f7a263a4994c57d93c3527fc6 100644 (file)
@@ -99,10 +99,6 @@ findbar[position="top"][hidden] {
 .findbar-find-next > .toolbarbutton-icon {
 }
 
-.findbar-find-previous > .toolbarbutton-text,
-.findbar-find-next > .toolbarbutton-text {
-}
-
 .findbar-find-previous[disabled="true"] > .toolbarbutton-icon,
 .findbar-find-next[disabled="true"] > .toolbarbutton-icon {
 }
index 4b1aa87503271845a2f28dd9504e3b7bf5c25ccd..2b0d4598fd9bceadbf0e5d5ac8a4e85c31cf7cdc 100644 (file)
@@ -29,7 +29,7 @@ toolbarbutton {
 }
 
 .toolbarbutton-text {
-  margin: 0px !important;
+  margin: 0px !important; /* !important for overriding global.css */
   padding: 0px;
   text-align: center;
 }
diff --git a/LCARStrek/mozapps/formautofill/requestAutocomplete.css b/LCARStrek/mozapps/formautofill/requestAutocomplete.css
new file mode 100644 (file)
index 0000000..0480ce3
--- /dev/null
@@ -0,0 +1,11 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+@import url("chrome://global/skin/inContentUI.css");
+
+:root {
+  height: 100%;
+  width: 100%;
+  padding: 0;
+}