sync both themes with toolkit windows/shared theme changes in Mozilla 26
authorRobert Kaiser <robert@widebook.box.kairo.at>
Sun, 10 Nov 2013 19:40:59 +0000 (20:40 +0100)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Sun, 10 Nov 2013 19:40:59 +0000 (20:40 +0100)
EarlyBlue/global/filepicker.css
EarlyBlue/mozapps/aboutNetworking.css [new file with mode: 0644]
EarlyBlue/mozapps/plugins/pluginProblem.css
LCARStrek/global/filepicker.css
LCARStrek/mozapps/aboutNetworking.css [new file with mode: 0644]
LCARStrek/mozapps/plugins/pluginProblem.css
origdiff

index 0d37ceeadc9b2e3d3aeb6cc9b36258ddf83e4d04..45bdc6a24c1742b561f94d3440ee0686aa9890a9 100644 (file)
 
 /* ::::: file/directory items ::::: */
 
 
 /* ::::: file/directory items ::::: */
 
+treechildren::-moz-tree-image(treecolAutoCompleteValue, directory),
 treechildren::-moz-tree-image(FilenameColumn, directory) {
   list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif");
 }
 
 treechildren::-moz-tree-image(FilenameColumn, directory) {
   list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif");
 }
 
+treechildren::-moz-tree-image(treecolAutoCompleteValue, file),
 treechildren::-moz-tree-image(FilenameColumn, file) {
   list-style-image: url("chrome://global/skin/filepicker/file.gif");
 }
 treechildren::-moz-tree-image(FilenameColumn, file) {
   list-style-image: url("chrome://global/skin/filepicker/file.gif");
 }
diff --git a/EarlyBlue/mozapps/aboutNetworking.css b/EarlyBlue/mozapps/aboutNetworking.css
new file mode 100644 (file)
index 0000000..d23f459
--- /dev/null
@@ -0,0 +1,61 @@
+/* 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/. */
+
+body {
+  min-width: 330px;
+  max-width: 100%;
+  min-height: 330px;
+  max-height: 100%;
+  margin: 0.5em;
+}
+
+#menu {
+  position: absolute;
+  top: 5px;
+  color: #000000;
+}
+
+.warningBackground {
+  display: none;
+  background: #CCD0DD;
+  width:100%;
+  height:100%;
+  z-index:10;
+  top:0;
+  left:0;
+  position:fixed;
+}
+
+.warningMessage {
+  color: #000000;
+  position: relative;
+  min-width: 330px;
+  max-width: 50em;
+  margin: 4em auto;
+  border: 1px solid #666699;
+  border-radius: 10px;
+  padding: 3em;
+  -moz-padding-start: 30px;
+  background: #CCD0DD;
+  margin-left: auto;
+  text-align: center;
+}
+
+.tab {
+  display: none;
+}
+
+.active {
+  display: block;
+}
+
+#menu .selected {
+ color: #336699;
+}
+
+#refreshdiv {
+  top: 5px;
+  position: absolute;
+  right: 30px;
+}
index adfd81e386d8bea7c62ff98bf1eb15573ddadc48..072126b0043aa14ab8c43d652c7212dab48c0fa7 100644 (file)
   width: 100%;
   height: 100%;
 }
   width: 100%;
   height: 100%;
 }
+
 :-moz-handler-vulnerable-updatable .hoverBox:active,
 :-moz-handler-vulnerable-no-update .hoverBox:active,
 :-moz-handler-clicktoplay .hoverBox:active {
   background-color: #CCCCCC;
 }
 
 :-moz-handler-vulnerable-updatable .hoverBox:active,
 :-moz-handler-vulnerable-no-update .hoverBox:active,
 :-moz-handler-clicktoplay .hoverBox:active {
   background-color: #CCCCCC;
 }
 
+:-moz-handler-clicktoplay .hoverBox:active .msgTapToPlay,
+:-moz-handler-clicktoplay .hoverBox:active .msgClickToPlay,
+:-moz-handler-vulnerable-updatable .hoverBox:active .msgTapToPlay,
+:-moz-handler-vulnerable-updatable .hoverBox:active .msgClickToPlay,
+:-moz-handler-vulnerable-no-update .hoverBox:active .msgTapToPlay,
+:-moz-handler-vulnerable-no-update .hoverBox:active .msgClickToPlay {
+  color: red;
+}
+
 :-moz-handler-vulnerable-updatable .hoverBox,
 :-moz-handler-vulnerable-no-update .hoverBox,
 :-moz-handler-blocked .hoverBox,
 :-moz-handler-vulnerable-updatable .hoverBox,
 :-moz-handler-vulnerable-no-update .hoverBox,
 :-moz-handler-blocked .hoverBox,
@@ -84,6 +94,11 @@ html|a {
   margin-left: 5px;
 }
 
   margin-left: 5px;
 }
 
+.msgTapToPlay,
+.msgClickToPlay {
+  text-decoration: underline;
+}
+
 @media not all and (-moz-touch-enabled) {
   :-moz-handler-clicktoplay .msgTapToPlay {
     display: none;
 @media not all and (-moz-touch-enabled) {
   :-moz-handler-clicktoplay .msgTapToPlay {
     display: none;
index 3f5bbcb52bfdf879bc36bea0ed65d7eed91a5f79..33740a50126946abcec276760d609d0b77ab09ce 100644 (file)
 
 /* ::::: file/directory items ::::: */
 
 
 /* ::::: file/directory items ::::: */
 
+treechildren::-moz-tree-image(treecolAutoCompleteValue, directory),
 treechildren::-moz-tree-image(FilenameColumn, directory) {
   list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif");
 }
 
 treechildren::-moz-tree-image(FilenameColumn, directory) {
   list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif");
 }
 
+treechildren::-moz-tree-image(treecolAutoCompleteValue, file),
 treechildren::-moz-tree-image(FilenameColumn, file) {
   list-style-image: url("chrome://global/skin/filepicker/file.gif");
 }
 treechildren::-moz-tree-image(FilenameColumn, file) {
   list-style-image: url("chrome://global/skin/filepicker/file.gif");
 }
diff --git a/LCARStrek/mozapps/aboutNetworking.css b/LCARStrek/mozapps/aboutNetworking.css
new file mode 100644 (file)
index 0000000..9906ab5
--- /dev/null
@@ -0,0 +1,96 @@
+/* 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/. */
+
+body {
+  min-width: 330px;
+  max-width: 100%;
+  min-height: 330px;
+  max-height: 100%;
+  margin: 0.5em;
+}
+
+#menu {
+  position: absolute;
+  top: 5px;
+  color: gray;
+}
+
+.warningBackground {
+  display: none;
+  background: #000000;
+  width:100%;
+  height:100%;
+  z-index:10;
+  top:0;
+  left:0;
+  position:fixed;
+}
+
+.warningMessage {
+  color: #000000;
+  position: relative;
+  min-width: 330px;
+  max-width: 50em;
+  margin: 4em auto;
+  border: 1px solid #9C9CFF;
+  border-radius: 10px;
+  padding: 3em;
+  -moz-padding-start: 30px;
+  background: #E7ADE7;
+  margin-left: auto;
+  text-align: center;
+}
+
+.tab {
+  display: none;
+}
+
+.active {
+  display: block;
+}
+
+button {
+  border-radius: 300px;
+  margin: 1px 1px;
+  padding: 0;
+  min-width: 12ch;
+  border: none;
+  background-color: #C09070;
+  color: #000000;
+  text-shadow: none;
+}
+
+button.selected {
+ background-color: #008484;
+}
+
+button:hover {
+ background-color: #FFCF00;
+}
+
+button[disabled] {
+ background-color: #8050B0;
+}
+
+#menu button {
+  border-radius: 0;
+}
+
+#menu button:first-child {
+  border-radius: 300px 0 0 300px;
+}
+
+#menu button:last-child {
+  border-radius: 0 300px 300px 0;
+}
+
+#refreshdiv {
+  top: 5px;
+  position: absolute;
+  right: 30px;
+}
+
+#autorefcheck {
+  margin-top: -1px;
+}
index 32e67ae537f42969eca8aee0967035df1da41b76..126b538875abe7c9309be27100c56ad02c7d84a0 100644 (file)
   background-color: #404000;
 }
 
   background-color: #404000;
 }
 
+:-moz-handler-clicktoplay .hoverBox:active .msgTapToPlay,
+:-moz-handler-clicktoplay .hoverBox:active .msgClickToPlay,
+:-moz-handler-vulnerable-updatable .hoverBox:active .msgTapToPlay,
+:-moz-handler-vulnerable-updatable .hoverBox:active .msgClickToPlay,
+:-moz-handler-vulnerable-no-update .hoverBox:active .msgTapToPlay,
+:-moz-handler-vulnerable-no-update .hoverBox:active .msgClickToPlay {
+  color: #FF0000;
+}
+
 :-moz-handler-vulnerable-updatable .hoverBox,
 :-moz-handler-vulnerable-no-update .hoverBox,
 :-moz-handler-blocked .hoverBox,
 :-moz-handler-vulnerable-updatable .hoverBox,
 :-moz-handler-vulnerable-no-update .hoverBox,
 :-moz-handler-blocked .hoverBox,
@@ -85,6 +94,11 @@ html|a {
   margin-left: 5px;
 }
 
   margin-left: 5px;
 }
 
+.msgTapToPlay,
+.msgClickToPlay {
+  text-decoration: underline;
+}
+
 @media not all and (-moz-touch-enabled) {
   :-moz-handler-clicktoplay .msgTapToPlay {
     display: none;
 @media not all and (-moz-touch-enabled) {
   :-moz-handler-clicktoplay .msgTapToPlay {
     display: none;
index af4039e4fb6b91ecc8916588b3eb21dbbba7416a..600a3aaf8920e01e761992bfb5061d0cb8114529 100755 (executable)
--- a/origdiff
+++ b/origdiff
@@ -11,7 +11,7 @@ NAME_POST=26
 
 TAG_PRE_COMM=BETA_25_END
 TAG_POST_COMM=tip #BETA_26_END
 
 TAG_PRE_COMM=BETA_25_END
 TAG_POST_COMM=tip #BETA_26_END
-TAG_PRE_MOZ=FIREFOX_BETA_25_END
+TAG_PRE_MOZ=FIREFOX_25_0b12_RELEASE #FIREFOX_BETA_25_END
 TAG_POST_MOZ=tip #FIREFOX_BETA_26_END
 TAG_PRE_EXT=SEAMONKEY_2_22_RELEASE
 TAG_POST_EXT=tip #SEAMONKEY_2_23_RELEASE
 TAG_POST_MOZ=tip #FIREFOX_BETA_26_END
 TAG_PRE_EXT=SEAMONKEY_2_22_RELEASE
 TAG_POST_EXT=tip #SEAMONKEY_2_23_RELEASE