aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.16/sass/_common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.16/sass/_common.scss')
-rw-r--r--common/gtk-3.0/3.16/sass/_common.scss27
1 files changed, 14 insertions, 13 deletions
diff --git a/common/gtk-3.0/3.16/sass/_common.scss b/common/gtk-3.0/3.16/sass/_common.scss
index 27956f6..68d56d8 100644
--- a/common/gtk-3.0/3.16/sass/_common.scss
+++ b/common/gtk-3.0/3.16/sass/_common.scss
@@ -441,7 +441,7 @@ $_dot_color: $selected_bg_color;
&.image-button { padding: 10px; }
- &:hover { @include button(osd-hover); border-color: transparentize($osd_fg_color, 0.7)}
+ &:hover { @include button(osd-hover); background-color: $osd_bg_color; }
&:active, &:checked { @include button(osd-active); }
&:insensitive { @include button(osd-insensitive); }
}
@@ -736,9 +736,10 @@ $_dot_color: $selected_bg_color;
border-radius: 2px;
&:hover { background-color: mix($fg_color,$bg_color,5%); }
- &:selected, &:checked, &:active {
+ &:active, &:selected {
@extend %selected_items;
}
+ &:checked { color: $fg_color; }
}
/*********
@@ -970,9 +971,9 @@ GtkComboBox {
background-color: $bg_color;
.osd &, &.osd {
padding: 7px;
- border: none;
- border-radius: 4px;
- background-color: $osd_bg_color;
+ border: 1px solid transparentize(black, 0.4);
+ border-radius: 3px;
+ background-color: transparentize($osd_bg_color, 0.1);
}
}
@@ -1502,7 +1503,7 @@ column-header.button.dnd { // for treeview-like derive widgets
.csd & {
padding: 4px 0px;
- border-radius: 3px;
+ border-radius: 2px;
border: none;
}
@@ -2291,15 +2292,15 @@ GtkScrolledWindow {
.app-notification,
.app-notification.frame {
- @extend %osd;
padding: 10px;
- background-color: $osd_bg_color;
+ color: $dark_sidebar_fg;
+ background-color: $dark_sidebar_bg;
background-clip: border-box;
border-radius: 0 0 2px 2px;
border-width: 0 1px 1px 1px;
border-style: solid;
- border-color: darken($osd_bg_color, 10%);
-
+ border-color: darken($dark_sidebar_bg, 10%);
+
.button {
@include button(osd);
&.flat {
@@ -2570,11 +2571,11 @@ GtkInfoBar {
&.background {
// background-color needs to be set this way otherwise it gets drawn twice
// see https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details.
- background-color: $tooltip_bg;
+ background-color: $osd_bg_color;
background-clip: padding-box;
}
- color: $tooltip_fg;
+ color: $osd_fg_color;
border-radius: 2px;
&.window-frame.csd {
@@ -2721,7 +2722,7 @@ GtkVolumeButton.button { padding: 8px; }
}
&.csd {
&.popup, &.menu {
- border-radius: 3px;
+ border-radius: 2px;
box-shadow: 0 3px 6px if($variant == 'light', $_wm_border, transparentize($_wm_border, 0.1)),
0 0 0 1px if($variant == 'light', $_wm_border, darken($base_color, 10%));
}