diff options
author | Horst3180 | 2016-03-23 21:46:35 +0100 |
---|---|---|
committer | Horst3180 | 2016-03-23 21:46:35 +0100 |
commit | 8eaefcf4d9c3725c32a4123bf5764a4995b2cd5d (patch) | |
tree | f9888da98818885b91a20d914a76857f2bd4fbe2 /common/gnome-shell/3.18/gnome-shell.css | |
parent | 4a6f74a8f7eb2b7e7d4bb01b54a0784c8a8ec5de (diff) | |
download | solarc-theme-8eaefcf4d9c3725c32a4123bf5764a4995b2cd5d.tar.gz solarc-theme-8eaefcf4d9c3725c32a4123bf5764a4995b2cd5d.tar.xz solarc-theme-8eaefcf4d9c3725c32a4123bf5764a4995b2cd5d.zip |
more fixes
Diffstat (limited to 'common/gnome-shell/3.18/gnome-shell.css')
-rw-r--r-- | common/gnome-shell/3.18/gnome-shell.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/common/gnome-shell/3.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css index 9660c38..80f818c 100644 --- a/common/gnome-shell/3.18/gnome-shell.css +++ b/common/gnome-shell/3.18/gnome-shell.css @@ -988,16 +988,21 @@ StScrollBar { font-size: 1em; } .message-media-control { - padding: 6px; } + padding: 6px; + color: rgba(92, 97, 108, 0.55); } .message-media-control:last-child:ltr { padding-right: 18px; } .message-media-control:last-child:rtl { padding-left: 18px; } + .message-media-control:hover { + color: #5c616c; } + .message-media-control:active { + color: #5294E2; } .media-message-cover-icon { icon-size: 32px; } .media-message-cover-icon.fallback { - color: white; + color: rgba(92, 97, 108, 0.55); background-color: #F5F6F7; border-radius: 2px; icon-size: 16px; |