diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/main.css | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/css/main.css b/css/main.css index d7d4108..b1f8705 100644 --- a/css/main.css +++ b/css/main.css @@ -162,16 +162,40 @@ color: @text_color; } -paned separator { +.app-window label:not(:disabled) { + color: @text_color; +} + +.app-window entry { + background: @secondary_color; + color: @text_color; + border: 1px solid #1c2e40; +} + +.app-window button { + background: @secondary_color; + color: @text_color; + border: 1px solid #1c2e40; +} + +.app-window.background { + background: @background_color; +} + +.app-window listbox { + background: @background_color; +} + +.app-window paned separator { background: #37474f; } -scrollbar { +.app-window scrollbar { background: @background_color; border-left: 1px solid transparent; } -menubar, menu { +.app-window menubar, menu { background: @background_color; color: #cccccc; } |