some small fixes for downlaods indicator an a CSS error in Nightly EarlyBlue-2.22 LCARStrek-2.22
authorRobert Kaiser <robert@widebook.box.kairo.at>
Sun, 3 Nov 2013 21:29:21 +0000 (22:29 +0100)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Sun, 3 Nov 2013 21:29:21 +0000 (22:29 +0100)
LCARStrek/browser/browser.css

index 19f6841e7db2f053504dd554312d77992e0d5c92..8fc1b2612c8e9ccc7438ae43e32a8cbc4e7c2c6f 100644 (file)
@@ -3,6 +3,7 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 @import url("chrome://global/skin/");
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 @import url("chrome://global/skin/");
+@import url("downloads/indicator.css");
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 @namespace html url("http://www.w3.org/1999/xhtml");
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 @namespace html url("http://www.w3.org/1999/xhtml");
@@ -2767,7 +2768,7 @@ html|*.highlighter-nodeinfobar-pseudo-classes {
   margin-top: 8px;
   border-right-color: rgba(0, 132, 132, .5);
   border-top-color: rgba(0, 132, 132, .5);
   margin-top: 8px;
   border-right-color: rgba(0, 132, 132, .5);
   border-top-color: rgba(0, 132, 132, .5);
-  background-image: linear-gradient(bottom left, transparent 50%, rgb(0, 132, 132) 50%);
+  background-image: linear-gradient(to bottom left, transparent 50%, rgb(0, 132, 132) 50%);
 }
 
 .highlighter-nodeinfobar-arrow-bottom {
 }
 
 .highlighter-nodeinfobar-arrow-bottom {
@@ -2775,7 +2776,7 @@ html|*.highlighter-nodeinfobar-pseudo-classes {
   margin-bottom: 8px;
   border-left-color: rgba(0, 132, 132, .5);
   border-bottom-color: rgba(0, 132, 132, .5);
   margin-bottom: 8px;
   border-left-color: rgba(0, 132, 132, .5);
   border-bottom-color: rgba(0, 132, 132, .5);
-  background-image: linear-gradient(top right, transparent 50%, rgb(0, 132, 132) 50%);
+  background-image: linear-gradient(to top right, transparent 50%, rgb(0, 132, 132) 50%);
 }
 
 .highlighter-nodeinfobar-container[position="top"] > .highlighter-nodeinfobar,
 }
 
 .highlighter-nodeinfobar-container[position="top"] > .highlighter-nodeinfobar,
@@ -3054,6 +3055,8 @@ html|*#gcli-output-frame {
 
 /* === END responsivedesign.inc.css === */
 
 
 /* === END responsivedesign.inc.css === */
 
+/* === including indicator.css is done at the start of the file === */
+
 /* Error counter */
 
 #developer-toolbar-toolbox-button[error-count]:before {
 /* Error counter */
 
 #developer-toolbar-toolbox-button[error-count]:before {