diff options
Diffstat (limited to 'main/data/theme.css')
-rw-r--r-- | main/data/theme.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/data/theme.css b/main/data/theme.css index 174ce5b2..1969c80b 100644 --- a/main/data/theme.css +++ b/main/data/theme.css @@ -3,6 +3,14 @@ * It provides sane defaults for things that are very Dino-specific. */ +window.dino-main .dino-header-right { + background: @theme_base_color; +} + +window.dino-main .dino-header-left { + background: @insensitive_bg_color; +} + window.dino-main headerbar.dino-left label.title { opacity: 0; font-size: 0; |