apply actually working rules to cover most of mac (except non-graphite 10.6) until...
[themes.git] / LCARStrek / browser / devtools / computedview.css
index 3523ce287ea2eb5d9ce0fc93e59598f207654e9d..95730f7eec825abdef990b31a60bb663ca4638e8 100644 (file)
@@ -172,10 +172,24 @@ body {
 }
 
 .computedview-colorswatch {
-  display: inline-block;
   border-radius: 50%;
   width: 1em;
   height: 1em;
   vertical-align: text-top;
   -moz-margin-end: 5px;
+  display: inline-block;
+}
+
+.computedview-colorswatch::before {
+  content: '';
+  background-color: #9C9CFF;
+  background-image: linear-gradient(45deg, #A09090 25%, transparent 25%, transparent 75%, #A09090 75%, #A09090),
+                    linear-gradient(45deg, #A09090 25%, transparent 25%, transparent 75%, #A09090 75%, #A09090);
+  background-size: 12px 12px;
+  background-position: 0 0, 6px 6px;
+  position: absolute;
+  border-radius: 50%;
+  width: 1em;
+  height: 1em;
+  z-index: -1;
 }