diff options
author | Horst3180 | 2015-06-12 22:29:11 +0200 |
---|---|---|
committer | Horst3180 | 2015-06-12 22:29:11 +0200 |
commit | 49e5c18fdf43e3a7cae15c3cde1ec1c60e44520d (patch) | |
tree | c254485267882544808b74c9f443607294e497ba /common/gnome-shell/3.16/_common.scss | |
parent | 6829630aadc2a88cdeaa75881c32d6653593b81f (diff) | |
parent | a22c91e37e45619a18faf3debbcd143ad078844e (diff) | |
download | solarc-theme-49e5c18fdf43e3a7cae15c3cde1ec1c60e44520d.tar.gz solarc-theme-49e5c18fdf43e3a7cae15c3cde1ec1c60e44520d.tar.xz solarc-theme-49e5c18fdf43e3a7cae15c3cde1ec1c60e44520d.zip |
Merge branch 'dark_variant' into dark_headerbars
Diffstat (limited to 'common/gnome-shell/3.16/_common.scss')
-rw-r--r-- | common/gnome-shell/3.16/_common.scss | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/common/gnome-shell/3.16/_common.scss b/common/gnome-shell/3.16/_common.scss index 08a711c..9b17c8d 100644 --- a/common/gnome-shell/3.16/_common.scss +++ b/common/gnome-shell/3.16/_common.scss @@ -1130,11 +1130,22 @@ StScrollBar { } .message { - @include button(normal); padding: 4px; + color: $fg_color; + background-color: $button_bg; + border: 1px solid $button_border; + + &:hover, &:focus { + color: $fg_color; + background-color: $button_bg; + border: 1px solid $selected_bg_color; + } - &:hover, &:focus { @include button(hover); } - &:active { @include button(active); } + &:active { + color: $selected_fg_color; + background-color: $selected_bg_color; + border: 1px solid $selected_bg_color; + } } .message-icon-bin { |