aboutsummaryrefslogtreecommitdiff
path: root/gtk-3.0/_common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'gtk-3.0/_common.scss')
-rw-r--r--gtk-3.0/_common.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk-3.0/_common.scss b/gtk-3.0/_common.scss
index b659cbf..164ed58 100644
--- a/gtk-3.0/_common.scss
+++ b/gtk-3.0/_common.scss
@@ -1211,25 +1211,29 @@ GtkComboBox {
(destructive-action, $destructive_color) {
.button.#{$b_type} {
color: $selected_fg_color;
+ outline-color: transparentize($selected_fg_color, 0.7);
border-color: $b_color;
background-color: $b_color;
&.flat {
@include button(undecorated);
color: $b_color;
+ outline-color: transparentize($b_color, 0.7);
}
&:hover {
color: $selected_fg_color;
+ outline-color: transparentize($selected_fg_color, 0.7);
border-color: lighten($b_color, 9%);
background-color: lighten($b_color, 9%);
}
&:active, &:checked {
color: $selected_fg_color;
+ outline-color: transparentize($selected_fg_color, 0.7);
border-color: darken($b_color, 7%);
background-color: darken($b_color, 7%);
}
&.flat:insensitive {
-
+ color: transparentize($b_color, 0.55);
}
&:insensitive {
color: transparentize($selected_fg_color, 0.4);