aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.18/sass
diff options
context:
space:
mode:
authorHorst31802016-03-23 21:46:35 +0100
committerHorst31802016-03-23 21:46:35 +0100
commit8eaefcf4d9c3725c32a4123bf5764a4995b2cd5d (patch)
treef9888da98818885b91a20d914a76857f2bd4fbe2 /common/gnome-shell/3.18/sass
parent4a6f74a8f7eb2b7e7d4bb01b54a0784c8a8ec5de (diff)
downloadsolarc-theme-8eaefcf4d9c3725c32a4123bf5764a4995b2cd5d.tar.gz
solarc-theme-8eaefcf4d9c3725c32a4123bf5764a4995b2cd5d.tar.xz
solarc-theme-8eaefcf4d9c3725c32a4123bf5764a4995b2cd5d.zip
more fixes
Diffstat (limited to 'common/gnome-shell/3.18/sass')
-rw-r--r--common/gnome-shell/3.18/sass/_common.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/common/gnome-shell/3.18/sass/_common.scss b/common/gnome-shell/3.18/sass/_common.scss
index 9351847..6094af9 100644
--- a/common/gnome-shell/3.18/sass/_common.scss
+++ b/common/gnome-shell/3.18/sass/_common.scss
@@ -1289,15 +1289,20 @@ StScrollBar {
.message-media-control {
padding: 6px;
+ color: $insensitive_fg_color;
&:last-child:ltr { padding-right: 18px; }
&:last-child:rtl { padding-left: 18px; }
+
+ &:hover { color: $fg_color; }
+ &:active { color: $selected_bg_color; }
}
.media-message-cover-icon {
icon-size: 32px;
+
&.fallback {
- color: lighten($bg_color,10%);
+ color: $insensitive_fg_color;
background-color: $bg_color;
border-radius: 2px;
icon-size: 16px;