forked from AuroraMiddleware/gtk
Adwaita: add statusbar padding back
We removed the widget margins from the ui file over 2 years ago.
This commit is contained in:
parent
371c325ed1
commit
2a40ff1b47
@ -4846,3 +4846,7 @@ popover.menu {
|
||||
color: mix($selected_fg_color, gray, 50%);
|
||||
}
|
||||
}
|
||||
|
||||
statusbar {
|
||||
padding: 6px 10px 6px 10px;
|
||||
}
|
||||
|
@ -2099,6 +2099,8 @@ popover.menu modelbutton:selected { color: #ffffff; background-color: #15539e; }
|
||||
|
||||
popover.menu modelbutton:selected accelerator { color: silver; }
|
||||
|
||||
statusbar { padding: 6px 10px 6px 10px; }
|
||||
|
||||
/* GTK NAMED COLORS ---------------- use responsibly! */
|
||||
/*
|
||||
widget text/foreground color */
|
||||
|
@ -2115,6 +2115,8 @@ popover.menu modelbutton:selected { color: #ffffff; background-color: #3584e4; }
|
||||
|
||||
popover.menu modelbutton:selected accelerator { color: silver; }
|
||||
|
||||
statusbar { padding: 6px 10px 6px 10px; }
|
||||
|
||||
/* GTK NAMED COLORS ---------------- use responsibly! */
|
||||
/*
|
||||
widget text/foreground color */
|
||||
|
Loading…
Reference in New Issue
Block a user