GTK3: remove shadow to default-decoration titlebar
This commit is contained in:
parent
d9dda24576
commit
04789f654b
@ -5533,7 +5533,8 @@ headerbar button.titlebutton:not(.appmenu) {
|
||||
.default-decoration.titlebar:not(headerbar),
|
||||
headerbar.default-decoration {
|
||||
min-height: 0;
|
||||
padding: 6px; }
|
||||
padding: 6px;
|
||||
box-shadow: none; }
|
||||
.default-decoration.titlebar:not(headerbar) button.titlebutton,
|
||||
headerbar.default-decoration button.titlebutton {
|
||||
min-height: 0;
|
||||
|
||||
@ -5533,7 +5533,8 @@ headerbar button.titlebutton:not(.appmenu) {
|
||||
.default-decoration.titlebar:not(headerbar),
|
||||
headerbar.default-decoration {
|
||||
min-height: 0;
|
||||
padding: 6px; }
|
||||
padding: 6px;
|
||||
box-shadow: none; }
|
||||
.default-decoration.titlebar:not(headerbar) button.titlebutton,
|
||||
headerbar.default-decoration button.titlebutton {
|
||||
min-height: 0;
|
||||
|
||||
@ -5554,7 +5554,8 @@ headerbar button.titlebutton:not(.appmenu) {
|
||||
.default-decoration.titlebar:not(headerbar),
|
||||
headerbar.default-decoration {
|
||||
min-height: 0;
|
||||
padding: 6px; }
|
||||
padding: 6px;
|
||||
box-shadow: none; }
|
||||
.default-decoration.titlebar:not(headerbar) button.titlebutton,
|
||||
headerbar.default-decoration button.titlebutton {
|
||||
min-height: 0;
|
||||
|
||||
@ -281,6 +281,7 @@ headerbar {
|
||||
&.default-decoration {
|
||||
min-height: 0;
|
||||
padding: 6px;
|
||||
box-shadow: none;
|
||||
|
||||
button.titlebutton {
|
||||
min-height: 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user