diff options
Diffstat (limited to 'gtk-3.0/gtk-contained.css')
-rw-r--r-- | gtk-3.0/gtk-contained.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gtk-3.0/gtk-contained.css b/gtk-3.0/gtk-contained.css index 36a406c..6aeeaa7 100644 --- a/gtk-3.0/gtk-contained.css +++ b/gtk-3.0/gtk-contained.css @@ -779,10 +779,14 @@ GtkComboBox { border-radius: 0; border-color: rgba(212, 213, 219, 0.95); color: rgba(82, 93, 118, 0.8); - background-color: rgba(231, 232, 235, 0.95); } + background-color: #e7e8eb; } + .csd .header-bar { + background-color: rgba(231, 232, 235, 0.95); } .header-bar:backdrop { color: rgba(82, 93, 118, 0.5); - background-color: rgba(239, 240, 242, 0.95); } + background-color: #eff0f2; } + .csd .header-bar:backdrop { + background-color: rgba(239, 240, 242, 0.95); } .header-bar .title { padding: 0px 12px; } .header-bar .subtitle { |