third part of syncing LCARStrek with Firefox 34 windows theme changes
[themes.git] / LCARStrek / global / global.css
index a13f52070ce940e0c65702b032ffa91f93ad5653..6cf895d0e86e84e2f9ac6e4567f5e4b8bdc810d5 100644 (file)
@@ -47,11 +47,14 @@ menubar {
 toolbaritem > menubar {
   -moz-binding: url("chrome://global/content/bindings/toolbar.xml#menubar");
 }
-/*
-progressmeter[mode="undetermined"] {
-  -moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter-undetermined");
+
+@media (-moz-mac-graphite-theme), (-moz-mac-lion-theme) {
+  /* This is a hackish workaround to cover most of Mac OS until bug 1060941 gets fixed. */
+  toolbar.chromeclass-menubar {
+    -moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar");
+    border-bottom: none;
+  }
 }
-*/
 
 /* ::::: root elements ::::: */
 
@@ -310,11 +313,14 @@ description {
 }
 
 .text-link {
-  color: blue;
-  text-decoration: underline;
+  color: #3333FF;
   cursor: pointer;
 }
 
+.text-link:hover {
+  text-decoration: underline;
+}
+
 .text-link:-moz-focusring {
   /* Don't specify the outline-color, we should always use initial value. */
   outline: 1px dotted;