forth and final part of syncing LCARStrek with Firefox 35 windows theme changes
[themes.git] / LCARStrek / global / in-content / common.css
index 5e9baf32b1222b45da177a7e30e3b8c0f3aa54d8..3476dc3c69fd40c68b1ca8ac0610a5424b8bf3a1 100644 (file)
@@ -120,7 +120,7 @@ html|button {
   border: none;
   background-color: #C09070;
   color: #000000;
-  / * override forms.css * /
+  /* override forms.css */
   font: inherit;
 }
 
@@ -179,6 +179,10 @@ xul|menulist > xul|*.menulist-label-box {
   padding-left: 10px !important;
 }
 
+xul|menulist > xul|*.menulist-label-box > xul|*.menulist-icon {
+  -moz-margin-end: 5px;
+}
+
 xul|button[type="menu"] > xul|*.button-box > xul|*.button-menu-dropmarker {
   -moz-appearance: none;
   margin: 1px 0;
@@ -217,7 +221,7 @@ xul|*.help-button > xul|*.button-box {
   padding-right: 0 !important;
   padding-left: 0 !important;
 }
-
+*/
 xul|*.help-button > xul|*.button-box > xul|*.button-icon {
   width: 26px;
   height: 26px;
@@ -235,7 +239,7 @@ xul|*.help-button > xul|*.button-box > xul|*.button-icon {
 xul|*.help-button > xul|*.button-box > xul|*.button-text {
   display: none;
 }
-
+/*
 xul|*.spinbuttons-button {
   -moz-margin-start: 10px !important;
   -moz-margin-end: 2px !important;
@@ -379,30 +383,30 @@ xul|textbox[disabled="true"] {
 }
 */
 /* Links */
-/*
+
 html|a,
 xul|*.text-link,
 xul|*.inline-link {
-  font-size: 1.25rem;
-  line-height: 22px;
-  color: #0095dd;
+/*  font-size: 1.25rem;
+  line-height: 22px;*/
+  color: #3333FF;
   text-decoration: none;
 }
 
 html|a:hover,
 xul|*.text-link:hover,
 xul|*.inline-link:hover {
-  color: #4cb1ff;
-  text-decoration: none;
+  color: #FFCF00;
+  text-decoration: underline;
 }
 
 html|a:hover:active,
 xul|*.text-link:hover:active,
 xul|*.inline-link:hover:active {
-  color: #ff9500;
-  text-decoration: none;
+  color: #FF9F00;
+  text-decoration: underline;
 }
-*/
+
 /* Checkboxes and radio buttons */
 /*
 xul|checkbox {
@@ -450,6 +454,10 @@ xul|*.checkbox-label-box {
   }
 }
 
+xul|richlistitem > xul|*.checkbox-check {
+  margin: 3px 6px;
+}
+
 xul|*.radio-check {
   -moz-appearance: none;
   width: 23px;
@@ -531,11 +539,11 @@ xul|*#categories[keyboard-navigation="true"]:-moz-focusring > xul|*.category[cur
 }
 */
 /* header */
-/*
+
 *|*.header {
-  border-bottom: 1px solid #c8c8c8;
+/*  border-bottom: 1px solid #A09090;
   margin-bottom: 15px;
-  padding-bottom: 15px;
+  padding-bottom: 15px; */
 }
 
 *|*.header-name {
@@ -544,7 +552,7 @@ xul|*#categories[keyboard-navigation="true"]:-moz-focusring > xul|*.category[cur
   line-height: 40px;
   margin: 0;
 }
-*/
+
 /* File fields */
 /*
 xul|filefield {
@@ -620,10 +628,10 @@ xul|*.radio-icon,
 xul|*.checkbox-icon {
   -moz-margin-end: 0;
 }
-
+*/
 html|a:-moz-focusring,
 xul|*.text-link:-moz-focusring,
 xul|*.inline-link:-moz-focusring {
-  border: 1px dotted -moz-DialogText;
+  /* Don't specify the outline-color, we should always use initial value. */
+  outline: 1px dotted;
 }
-*/
\ No newline at end of file