aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.16/_common.scss
diff options
context:
space:
mode:
authorHorst31802015-06-12 22:28:58 +0200
committerHorst31802015-06-12 22:28:58 +0200
commita22c91e37e45619a18faf3debbcd143ad078844e (patch)
treee2587814590627ef1035be6bdde7af99ded0723f /common/gnome-shell/3.16/_common.scss
parent05c7271a21aca5279fc906c736c649b9942f4611 (diff)
parent99707d58312f35c062d7d9e8723ca28cb97b561d (diff)
downloadsolarc-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/_common.scss')
-rw-r--r--common/gnome-shell/3.16/_common.scss17
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 {