aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18/gtk-solid-dark.css
diff options
context:
space:
mode:
authorHorst31802016-02-02 19:22:00 +0100
committerHorst31802016-02-02 19:22:00 +0100
commit905b61a0cf015d7ea68d30e78edef3dc9f41075b (patch)
tree3d4777fe15ea177f951b82a7bb286f454e31d4b8 /common/gtk-3.0/3.18/gtk-solid-dark.css
parent583a4f14408f6455693df40db79e9bc03bf728db (diff)
downloadsolarc-theme-905b61a0cf015d7ea68d30e78edef3dc9f41075b.tar.gz
solarc-theme-905b61a0cf015d7ea68d30e78edef3dc9f41075b.tar.xz
solarc-theme-905b61a0cf015d7ea68d30e78edef3dc9f41075b.zip
fix app-menu button padding
Diffstat (limited to 'common/gtk-3.0/3.18/gtk-solid-dark.css')
-rw-r--r--common/gtk-3.0/3.18/gtk-solid-dark.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.18/gtk-solid-dark.css b/common/gtk-3.0/3.18/gtk-solid-dark.css
index 6f3bd8d..11fd0c5 100644
--- a/common/gtk-3.0/3.18/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.18/gtk-solid-dark.css
@@ -2519,11 +2519,16 @@ GtkVolumeButton.button {
.header-bar .button.titlebutton,
.titlebar .button.titlebutton {
- padding: 8px 4px;
+ padding-left: 4px;
+ padding-right: 4px;
border-color: transparent;
background-color: transparent;
background-image: none;
background-color: rgba(47, 52, 63, 0); }
+ .header-bar .button.titlebutton:not(GtkMenuButton),
+ .titlebar .button.titlebutton:not(GtkMenuButton) {
+ padding-top: 8px;
+ padding-bottom: 8px; }
.header-bar .button.titlebutton:hover,
.titlebar .button.titlebutton:hover {
color: rgba(207, 218, 231, 0.8);