first part of sync for LCARStrek with browser windows/shared theme changes in Firefox...
[themes.git] / LCARStrek / browser / devtools / dark-theme.css
index caea039dabe100432b0361b8b422d6a8e69d1946..1d29413d128f473607a687fe14685bebc00aceb2 100644 (file)
 }
 
 .theme-bg-darker {
-  background-color: rgba(0,0,0,0.1);
+  background-color: rgba(0,0,0,0.5);
+}
+
+.theme-bg-contrast { /* contrast bg color to attract attention on a container */
+  background: #404000;
 }
 
 .theme-link { /* original: blue */
 .theme-fg-color7 { /* original: Red */
   color: #FF0000;
 }
+
+.theme-fg-contrast { /* To be used for text on theme-bg-contrast */
+  color: #FFCF00;
+}
+
+.ruleview-colorswatch,
+.computedview-colorswatch,
+.markupview-colorswatch {
+/*  box-shadow: 0 0 0 1px rgba(0,0,0,0.5); */
+}