aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.16/_common.scss
diff options
context:
space:
mode:
authorHorst31802015-07-14 20:24:37 +0200
committerHorst31802015-07-14 20:24:37 +0200
commit137757727902d052e99bb283a3bd8ddc7533e0ae (patch)
tree32e0127f9f23a8699d8d35d1a4c3b32f9f9dc993 /common/gtk-3.0/3.16/_common.scss
parentf8d657035db62c06785991f75bd79629c476c1f9 (diff)
downloadsolarc-theme-137757727902d052e99bb283a3bd8ddc7533e0ae.tar.gz
solarc-theme-137757727902d052e99bb283a3bd8ddc7533e0ae.tar.xz
solarc-theme-137757727902d052e99bb283a3bd8ddc7533e0ae.zip
make suggested-action buttons green-ish
Diffstat (limited to 'common/gtk-3.0/3.16/_common.scss')
-rw-r--r--common/gtk-3.0/3.16/_common.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.16/_common.scss b/common/gtk-3.0/3.16/_common.scss
index e141044..b60279a 100644
--- a/common/gtk-3.0/3.16/_common.scss
+++ b/common/gtk-3.0/3.16/_common.scss
@@ -504,7 +504,9 @@ $_dot_color: $selected_bg_color;
@each $b_type, $b_color in (suggested-action, $suggested_color),
(destructive-action, $destructive_color) {
&.#{$b_type} {
+ background-clip: border-box;
color: $selected_fg_color;
+ outline-color: transparentize($selected_fg_color, 0.7);
border-color: $b_color;
background-color: $b_color;