tweak panel/frame

This commit is contained in:
Iris Lightshard 2019-10-13 10:26:16 -04:00
parent dd727ac1f1
commit ef95fe0eef
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398
2 changed files with 4 additions and 11 deletions

2
README
View file

@ -74,6 +74,8 @@ done:
[steppenwolf] [steppenwolf]
0.63 tweak panel/frame
0.62 flatten and remove padding from 'frame' elements 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

View file

@ -534,15 +534,6 @@ notebook tab:active {
border-right: 1px solid @trueblack; border-right: 1px solid @trueblack;
} }
frame {
background-color: @base_color;
border-left: 1.3px solid @black_color;
border-top: 1px solid @black_color;
border-right: 1px solid @outset_lighter_color;
border-bottom: 1px solid @outset_lighter_color;
padding: 5px;
}
frame frame
{ {
border: none; border: none;
@ -929,8 +920,8 @@ calendar:indeterminate {
.panel { .panel {
background-color: transparent; background-color: rgba(0,0,0, 0.8);
color: white; color: #c8c8c8;
font-weight: normal; font-weight: normal;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
-gtk-icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } -gtk-icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }