first part of sync for LCARStrek with browser windows/shared theme changes in Firefox...
[themes.git] / LCARStrek / browser / devtools / dark-theme.css
index 83ec47c3f3b7dfb66477338802b9ff810f06d960..1d29413d128f473607a687fe14685bebc00aceb2 100644 (file)
   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 */
   color: #3333FF;
 }
 .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); */
+}