flatten and remove padding from 'frame' elements

This commit is contained in:
Iris Lightshard 2019-10-09 13:47:48 -04:00
parent b27e6e621a
commit dd727ac1f1
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398
2 changed files with 70 additions and 1 deletions

2
README
View file

@ -74,6 +74,8 @@ done:
[steppenwolf] [steppenwolf]
0.62 flatten and remove padding from 'frame' elements
0.61 inverted some image assets, increased scroll/scalebar size for steppenwolf-dark 0.61 inverted some image assets, increased scroll/scalebar size for steppenwolf-dark
0.6 darken disabled menuitem color a bit, add steppenwolf-dark 0.6 darken disabled menuitem color a bit, add steppenwolf-dark

View file

@ -186,7 +186,7 @@ button:active, button:checked, button:selected, button:active:hover, button:chec
button:disabled { button:disabled {
background-color: #140f0b; background-color: #140f0b;
color: @darker_color; color: @darker_color;
border: 1px solid 403d38; border: 1px solid #403d38;
} }
headerbar button{ headerbar button{
@ -543,6 +543,13 @@ frame {
padding: 5px; padding: 5px;
} }
frame
{
border: none;
background-color: transparent;
padding: 0px;
}
/**********************************************/ /**********************************************/
/* list, row */ /* list, row */
/**********************************************/ /**********************************************/
@ -920,6 +927,66 @@ calendar:indeterminate {
/* tweaks */ /* 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 */ /* selection in evince */
/* /*
.view:selected { .view:selected {