X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fdark-theme.css;h=1d29413d128f473607a687fe14685bebc00aceb2;hp=83ec47c3f3b7dfb66477338802b9ff810f06d960;hb=3a0880a969044096e60703908f84629b16830ee2;hpb=66c00ea1805e36c1c5ed46a3bb703bec0d339acb diff --git a/LCARStrek/browser/devtools/dark-theme.css b/LCARStrek/browser/devtools/dark-theme.css index 83ec47c3..1d29413d 100644 --- a/LCARStrek/browser/devtools/dark-theme.css +++ b/LCARStrek/browser/devtools/dark-theme.css @@ -51,6 +51,10 @@ 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; } @@ -96,3 +100,13 @@ .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); */ +}