forth and final part of syncing LCARStrek with Firefox 35 windows theme changes
[themes.git] / LCARStrek / global / in-content / common.css
index 3cd62d97ea3e78e792f575dd9b61c40a53cdf228..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;
@@ -450,6 +454,10 @@ xul|*.checkbox-label-box {
   }
 }
 
+xul|richlistitem > xul|*.checkbox-check {
+  margin: 3px 6px;
+}
+
 xul|*.radio-check {
   -moz-appearance: none;
   width: 23px;
@@ -624,5 +632,6 @@ xul|*.checkbox-icon {
 html|a:-moz-focusring,
 xul|*.text-link:-moz-focusring,
 xul|*.inline-link:-moz-focusring {
-  border: 1px dotted #3333FF;
+  /* Don't specify the outline-color, we should always use initial value. */
+  outline: 1px dotted;
 }