X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fdark-theme.css;h=1d29413d128f473607a687fe14685bebc00aceb2;hp=caea039dabe100432b0361b8b422d6a8e69d1946;hb=3a0880a969044096e60703908f84629b16830ee2;hpb=fe524e0c0e2035af794e8183b25693f847fb12ce diff --git a/LCARStrek/browser/devtools/dark-theme.css b/LCARStrek/browser/devtools/dark-theme.css index caea039d..1d29413d 100644 --- a/LCARStrek/browser/devtools/dark-theme.css +++ b/LCARStrek/browser/devtools/dark-theme.css @@ -48,7 +48,11 @@ } .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 */ @@ -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); */ +}