diff options
author | Horst3180 | 2015-10-27 18:38:52 +0100 |
---|---|---|
committer | Horst3180 | 2015-10-27 18:49:40 +0100 |
commit | be930a0cde4a9a6cda76c0a4343e4eb59e6430f9 (patch) | |
tree | 20392eef005bc39a542d357b4bd6fadf2011b187 /common/gtk-3.0/3.18/gtk-contained.css | |
parent | de0689e444afdc7322fa0bcb888736bbb04cbd49 (diff) | |
download | solarc-theme-be930a0cde4a9a6cda76c0a4343e4eb59e6430f9.tar.gz solarc-theme-be930a0cde4a9a6cda76c0a4343e4eb59e6430f9.tar.xz solarc-theme-be930a0cde4a9a6cda76c0a4343e4eb59e6430f9.zip |
osd and titlebutton fixes
Diffstat (limited to 'common/gtk-3.0/3.18/gtk-contained.css')
-rw-r--r-- | common/gtk-3.0/3.18/gtk-contained.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/gtk-3.0/3.18/gtk-contained.css b/common/gtk-3.0/3.18/gtk-contained.css index 5b15558..ea02115 100644 --- a/common/gtk-3.0/3.18/gtk-contained.css +++ b/common/gtk-3.0/3.18/gtk-contained.css @@ -2748,12 +2748,11 @@ GtkVolumeButton.button { .header-bar .button.titlebutton, .titlebar .button.titlebutton { - padding: 7px 4px; + padding: 6px 4px; border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(231, 232, 235, 0); - border-width: 0; } + background-color: rgba(231, 232, 235, 0); } .header-bar .button.titlebutton:hover, .titlebar .button.titlebutton:hover { color: rgba(82, 93, 118, 0.8); @@ -2774,7 +2773,8 @@ GtkVolumeButton.button { color: transparent; background-color: transparent; background-position: center; - background-repeat: no-repeat; } + background-repeat: no-repeat; + border-width: 0; } .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, |