diff options
author | Horst3180 | 2015-06-12 22:28:58 +0200 |
---|---|---|
committer | Horst3180 | 2015-06-12 22:28:58 +0200 |
commit | a22c91e37e45619a18faf3debbcd143ad078844e (patch) | |
tree | e2587814590627ef1035be6bdde7af99ded0723f /common/gnome-shell/3.16/gnome-shell.css | |
parent | 05c7271a21aca5279fc906c736c649b9942f4611 (diff) | |
parent | 99707d58312f35c062d7d9e8723ca28cb97b561d (diff) | |
download | solarc-theme-a22c91e37e45619a18faf3debbcd143ad078844e.tar.gz solarc-theme-a22c91e37e45619a18faf3debbcd143ad078844e.tar.xz solarc-theme-a22c91e37e45619a18faf3debbcd143ad078844e.zip |
Merge branch 'master' into dark_variant
Diffstat (limited to 'common/gnome-shell/3.16/gnome-shell.css')
-rw-r--r-- | common/gnome-shell/3.16/gnome-shell.css | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index 8b46878..56a6c47 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -875,21 +875,15 @@ StScrollBar { background-color: #5294E2; } .message { - text-shadow: 0 1px rgba(255, 255, 255, 0); - box-shadow: inset 0 0 rgba(255, 255, 255, 0); + padding: 4px; color: #5c616c; background-color: #fcfdfd; - border: 1px solid #cfd6e6; - padding: 4px; } + border: 1px solid #cfd6e6; } .message:hover, .message:focus { - text-shadow: 0 1px rgba(255, 255, 255, 0); - box-shadow: inset 0 0 rgba(255, 255, 255, 0); color: #5c616c; background-color: #fcfdfd; border: 1px solid #5294E2; } .message:active { - text-shadow: 0 1px rgba(255, 255, 255, 0); - box-shadow: inset 0 0 rgba(255, 255, 255, 0); color: #ffffff; background-color: #5294E2; border: 1px solid #5294E2; } |