diff options
author | Horst3180 | 2015-12-13 23:57:30 +0100 |
---|---|---|
committer | Horst3180 | 2015-12-14 00:02:02 +0100 |
commit | 8ec676f28020e09ebbd8101186d78b0a406b8754 (patch) | |
tree | 18b5b2576325597e05bd33762d7b48d41b03ec31 /common/gtk-3.0/3.18/gtk-contained-darker.css | |
parent | f4659ecd01960c6bac028b5db95180ab7330c148 (diff) | |
download | solarc-theme-8ec676f28020e09ebbd8101186d78b0a406b8754.tar.gz solarc-theme-8ec676f28020e09ebbd8101186d78b0a406b8754.tar.xz solarc-theme-8ec676f28020e09ebbd8101186d78b0a406b8754.zip |
make gala notifications always light
fix #244
Diffstat (limited to 'common/gtk-3.0/3.18/gtk-contained-darker.css')
-rw-r--r-- | common/gtk-3.0/3.18/gtk-contained-darker.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.18/gtk-contained-darker.css b/common/gtk-3.0/3.18/gtk-contained-darker.css index 0dad6ce..0477e9f 100644 --- a/common/gtk-3.0/3.18/gtk-contained-darker.css +++ b/common/gtk-3.0/3.18/gtk-contained-darker.css @@ -3291,7 +3291,7 @@ MarlinViewWindow *:selected:focus { border: 1px solid rgba(0, 0, 0, 0.35); border-radius: 3px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, #ffffff); + background-image: linear-gradient(to bottom, white); background-color: transparent; } .gala-notification .title, .gala-notification .label { color: #5c616c; } |