diff options
author | Horst3180 | 2016-03-30 20:30:06 +0200 |
---|---|---|
committer | Horst3180 | 2016-03-30 20:30:06 +0200 |
commit | 7e7fd197b61d876914fbf0b7b58158ddf13796d4 (patch) | |
tree | 27e8b3a0494bec8885510ba94fa18edd4e18a7ef /common/gnome-shell/3.18/gnome-shell-dark.css | |
parent | 1b58ca05f6168842f409be9661c51229cd87114d (diff) | |
download | solarc-theme-7e7fd197b61d876914fbf0b7b58158ddf13796d4.tar.gz solarc-theme-7e7fd197b61d876914fbf0b7b58158ddf13796d4.tar.xz solarc-theme-7e7fd197b61d876914fbf0b7b58158ddf13796d4.zip |
gnome-shell: fix entries
Diffstat (limited to 'common/gnome-shell/3.18/gnome-shell-dark.css')
-rw-r--r-- | common/gnome-shell/3.18/gnome-shell-dark.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/common/gnome-shell/3.18/gnome-shell-dark.css b/common/gnome-shell/3.18/gnome-shell-dark.css index 6e29ddc..99ef837 100644 --- a/common/gnome-shell/3.18/gnome-shell-dark.css +++ b/common/gnome-shell/3.18/gnome-shell-dark.css @@ -69,6 +69,7 @@ stage { StEntry { padding: 7px; caret-size: 1px; + caret-color: #D3DAE3; selection-background-color: #5294E2; selected-color: #ffffff; transition-duration: 300ms; @@ -1919,6 +1920,7 @@ StScrollBar { spacing: 4px; } .lg-dialog StEntry { + caret-color: #ffffff; selection-background-color: #5294E2; selected-color: #ffffff; color: #BAC3CF; @@ -1929,7 +1931,9 @@ StScrollBar { color: #ffffff; background-color: #5294E2; border: 1px solid rgba(26, 28, 34, 0.35); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); + selection-background-color: #ffffff; + selected-color: #5294E2; } .lg-dialog .shell-link { color: #a9caf1; } |