aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18/sass
diff options
context:
space:
mode:
authorHorst31802015-11-05 18:23:27 +0100
committerHorst31802015-11-05 18:23:27 +0100
commit9bcc541065d82d62ac45d1992362b4ebbdcf663f (patch)
tree1d2b56b3a9710e51087c3964ae8fadf7da0e72d9 /common/gtk-3.0/3.18/sass
parent4e257ac0d3780108d4dfd7f3a714ccb304572a16 (diff)
downloadsolarc-theme-9bcc541065d82d62ac45d1992362b4ebbdcf663f.tar.gz
solarc-theme-9bcc541065d82d62ac45d1992362b4ebbdcf663f.tar.xz
solarc-theme-9bcc541065d82d62ac45d1992362b4ebbdcf663f.zip
some menu fixes
Diffstat (limited to 'common/gtk-3.0/3.18/sass')
-rw-r--r--common/gtk-3.0/3.18/sass/_common.scss10
1 files changed, 8 insertions, 2 deletions
diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss
index 5c216f6..efd4824 100644
--- a/common/gtk-3.0/3.18/sass/_common.scss
+++ b/common/gtk-3.0/3.18/sass/_common.scss
@@ -1698,7 +1698,7 @@ column-header.button.dnd { // for treeview-like derive widgets
}
}
-.menu, .popup {
+.menu {
margin: 4px;
padding: 0;
border-radius: 0;
@@ -1744,6 +1744,8 @@ column-header.button.dnd { // for treeview-like derive widgets
}
}
+.csd .popup { border-radius: 2px; }
+
.menuitem .accelerator { color: gtkalpha(currentColor,0.55); }
/************
@@ -2969,6 +2971,10 @@ GtkVolumeButton.button { padding: 8px; }
&.tiled {
border-radius: 0;
}
+ &.popup {
+ box-shadow: none;
+ border-radius: 0;
+ }
// server-side decorations as used by mutter
&.ssd {
border-radius: if($darker=='false' and $variant=='light', 4px 4px 0 0, 3px 3px 0 0);
@@ -2977,7 +2983,7 @@ GtkVolumeButton.button { padding: 8px; }
&.maximized { border-radius: 0; }
}
&.csd {
- &.popup, &.menu {
+ &.popup {
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($bg_color, 10%));