aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/sass/_common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.14/sass/_common.scss')
-rw-r--r--common/gtk-3.0/3.14/sass/_common.scss19
1 files changed, 13 insertions, 6 deletions
diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss
index 8f34cf9..fee7076 100644
--- a/common/gtk-3.0/3.14/sass/_common.scss
+++ b/common/gtk-3.0/3.14/sass/_common.scss
@@ -996,7 +996,7 @@ GtkComboBox {
border-image: linear-gradient(to bottom, opacify($header_bg, 1),
darken($header_bg, 7%)) 1 0 1 0; //temporary hack for rhythmbox 3.1
- &:backdrop { background-color: opacify($header_bg_backdrop, 1); }
+ //&:backdrop { background-color: opacify($header_bg_backdrop, 1); }
.separator { @extend %header_separator; }
@@ -1046,7 +1046,7 @@ GtkComboBox {
&:backdrop {
color: transparentize($header_fg, 0.3);
- background-color: opacify($header_bg_backdrop, 1);
+ //background-color: opacify($header_bg_backdrop, 1);
.csd & { background-color: $header_bg_backdrop; } // Transparent header-bars only in csd windows
}
@@ -1134,7 +1134,7 @@ GtkComboBox {
border-color: opacify($header_border, 1);
&:backdrop {
- background-color: opacify($header_bg_backdrop, 1);
+ //background-color: opacify($header_bg_backdrop, 1);
border-color: opacify($header_border, 1);
}
}
@@ -1152,7 +1152,7 @@ GtkComboBox {
&:backdrop {
color: transparentize($header_fg, 0.3);
- background-color: opacify($header_bg_backdrop, 1);
+ //background-color: opacify($header_bg_backdrop, 1);
.csd & { background-color: $header_bg_backdrop; }
}
@@ -1160,7 +1160,11 @@ GtkComboBox {
.maximized & {
background-color: opacify($header_bg, 1);
- &:backdrop { background-color: opacify($header_bg_backdrop, 1); }
+ &:backdrop {
+ //background-color: opacify($header_bg_backdrop, 1);
+
+ .csd & { background-color: opacify($header_bg_backdrop, 1); }
+ }
}
}
@@ -1552,7 +1556,10 @@ column-header.button.dnd { // for treeview-like derive widgets
background-color: opacify($header_bg, 1);
color: $header_fg;
- &:backdrop { background-color: opacify($header_bg_backdrop, 1); }
+ &:backdrop {
+ color: transparentize($header_fg, 0.3);
+ //background-color: opacify($header_bg_backdrop, 1);
+ }
& > .menuitem {
padding: 6px 8px;