diff options
author | Horst3180 | 2015-06-04 13:44:29 +0200 |
---|---|---|
committer | Horst3180 | 2015-06-04 19:17:03 +0200 |
commit | eafa0fc568311f8fd08bbfd33e9e74f8c0d5cf26 (patch) | |
tree | 8b686eac3f22e855e4ec8bb3c70097d84abc4f66 /common/gtk-3.0/3.16/gtk-contained-solid.css | |
parent | 68c972ea0c43e6276a5003e8ffbebf159301e7b5 (diff) | |
download | solarc-theme-eafa0fc568311f8fd08bbfd33e9e74f8c0d5cf26.tar.gz solarc-theme-eafa0fc568311f8fd08bbfd33e9e74f8c0d5cf26.tar.xz solarc-theme-eafa0fc568311f8fd08bbfd33e9e74f8c0d5cf26.zip |
add dark variant
Diffstat (limited to 'common/gtk-3.0/3.16/gtk-contained-solid.css')
-rw-r--r-- | common/gtk-3.0/3.16/gtk-contained-solid.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid.css b/common/gtk-3.0/3.16/gtk-contained-solid.css index 15d5e13..abe2177 100644 --- a/common/gtk-3.0/3.16/gtk-contained-solid.css +++ b/common/gtk-3.0/3.16/gtk-contained-solid.css @@ -794,11 +794,11 @@ GtkComboBox { padding: 0 12px; } .header-bar.selection-mode { color: #ffffff; - background-color: rgba(82, 148, 226, 0.95); - border-color: rgba(65, 137, 223, 0.95); + background-color: #5294E2; + border-color: #4189df; box-shadow: none; } .header-bar.selection-mode:backdrop { - background-color: rgba(82, 148, 226, 0.95); + background-color: #5294E2; color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button { color: #ffffff; |