From dd727ac1f1a4507502ec753a026d39c831dc9537 Mon Sep 17 00:00:00 2001 From: Derek Stevens Date: Wed, 9 Oct 2019 13:47:48 -0400 Subject: [PATCH] flatten and remove padding from 'frame' elements --- README | 2 ++ gtk-3.0/gtk.css | 69 ++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 70 insertions(+), 1 deletion(-) diff --git a/README b/README index 254862f..8763185 100644 --- a/README +++ b/README @@ -74,6 +74,8 @@ done: [steppenwolf] +0.62 flatten and remove padding from 'frame' elements + 0.61 inverted some image assets, increased scroll/scalebar size for steppenwolf-dark 0.6 darken disabled menuitem color a bit, add steppenwolf-dark diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 1a2985a..321d01c 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -186,7 +186,7 @@ button:active, button:checked, button:selected, button:active:hover, button:chec button:disabled { background-color: #140f0b; color: @darker_color; - border: 1px solid 403d38; + border: 1px solid #403d38; } headerbar button{ @@ -543,6 +543,13 @@ frame { padding: 5px; } +frame +{ + border: none; + background-color: transparent; + padding: 0px; +} + /**********************************************/ /* list, row */ /**********************************************/ @@ -920,6 +927,66 @@ calendar:indeterminate { /* tweaks */ /**********************************************/ +.panel { + + background-color: transparent; + color: white; + font-weight: normal; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + -gtk-icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + +.panel-shadow { + + background-image: none; + background-color: transparent; } + +.panel .menu { + + box-shadow: none; } + +.panel .menu .menuitem { + + font-weight: normal; + text-shadow: none; + -gtk-icon-shadow: none; } + +.panel .menu .window-frame.menu.csd{ + + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + +.panel .menu .window-frame.popup.csd { + + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + +.panel .menubar > .menuitem { + + padding: 3px 6px; } + +.panel .menubar > .menuitem:hover { + + background-color: transparent; } + +.panel .window-frame.menu.csd{ + + box-shadow: none; } + +.panel .window-frame.popup.csd { + + box-shadow: none; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + + padding: 0 2px 0 4px; } + +.panel .menu .spinner{ + + opacity: 1; } + +.menu .spinner { + + opacity: 1; } + + /* selection in evince */ /* .view:selected {