aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/sass
diff options
context:
space:
mode:
authorHorst31802016-02-02 19:30:47 +0100
committerHorst31802016-02-02 19:31:20 +0100
commit14b1c5a52762e3342e60c18ae7dae899fb95d4fe (patch)
tree0c56b5dc609ea85a74df88a189d87f2494d93709 /common/gtk-3.0/3.14/sass
parent905b61a0cf015d7ea68d30e78edef3dc9f41075b (diff)
downloadsolarc-theme-14b1c5a52762e3342e60c18ae7dae899fb95d4fe.tar.gz
solarc-theme-14b1c5a52762e3342e60c18ae7dae899fb95d4fe.tar.xz
solarc-theme-14b1c5a52762e3342e60c18ae7dae899fb95d4fe.zip
3.14: fix appmenu button (#383)
Diffstat (limited to 'common/gtk-3.0/3.14/sass')
-rw-r--r--common/gtk-3.0/3.14/sass/_common.scss25
1 files changed, 14 insertions, 11 deletions
diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss
index 317ab55..3193ff8 100644
--- a/common/gtk-3.0/3.14/sass/_common.scss
+++ b/common/gtk-3.0/3.14/sass/_common.scss
@@ -2746,19 +2746,22 @@ GtkVolumeButton.button { padding: 8px; }
}
// Fallback menubutton
-.header-bar .left GtkMenuButton.button.titlebutton:first-child,
-.header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child,
-.header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child,
-.header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child,
-.titlebar .left GtkMenuButton.button.titlebutton:first-child,
-.titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child,
-.titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child,
-.titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child {
+.header-bar, .titlebar {
+ .left GtkMenuButton.button.titlebutton:first-child,
+ .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child,
+ &.selection-mode .left GtkMenuButton.button.titlebutton:first-child,
+ &.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child {
- padding: 4px 6px 4px 6px;
- @include button(undecorated);
-}
+ padding: 4px 6px 4px 6px;
+ color: $header_fg;
+
+ &, &:hover, &:active:hover,
+ &:backdrop, &:backdrop:hover { @include button(undecorated); }
+ &:hover, &:backdrop:hover { @include button(header-hover); }
+ &:active:hover, &:checked { @include button(header-active); }
+ }
+}
// catch all extend
%selected_items {