forked from AuroraMiddleware/gtk
Adwaita: fix path-bar buttons padding
The padding there previously made the pathbar 1px taller then buttons, not good in general and specifically not good for Nautilus.
This commit is contained in:
parent
db372382e9
commit
0ff5cf7daf
@ -1069,7 +1069,7 @@ GtkComboBox {
|
||||
************/
|
||||
|
||||
.path-bar .button {
|
||||
padding: 7px 6px 5px;
|
||||
padding: 5px 6px 6px;
|
||||
&:first-child { padding-left: 8px; }
|
||||
&:last-child { padding-right: 8px; }
|
||||
&:only-child {
|
||||
|
@ -1361,7 +1361,7 @@ GtkComboBox {
|
||||
* Pathbars *
|
||||
************/
|
||||
.path-bar .button {
|
||||
padding: 7px 6px 5px; }
|
||||
padding: 5px 6px 6px; }
|
||||
.path-bar .button:first-child {
|
||||
padding-left: 8px; }
|
||||
.path-bar .button:last-child {
|
||||
@ -3591,3 +3591,5 @@ GtkCalendar.header .menuitem.button.titlebutton:selected, .list-row:selected {
|
||||
@define-color wm_button_active_color_b shade(#393f3f, 0.89);
|
||||
@define-color wm_button_active_color_c shade(#393f3f, 0.9);
|
||||
@define-color content_view_bg #292929;
|
||||
|
||||
/*# sourceMappingURL=gtk-contained-dark.css.map */
|
||||
|
@ -1353,7 +1353,7 @@ GtkComboBox {
|
||||
* Pathbars *
|
||||
************/
|
||||
.path-bar .button {
|
||||
padding: 7px 6px 5px; }
|
||||
padding: 5px 6px 6px; }
|
||||
.path-bar .button:first-child {
|
||||
padding-left: 8px; }
|
||||
.path-bar .button:last-child {
|
||||
@ -3739,3 +3739,5 @@ GtkCalendar.header .menuitem.button.titlebutton:selected, .list-row:selected {
|
||||
@define-color wm_button_active_color_b shade(#ededed, 0.89);
|
||||
@define-color wm_button_active_color_c shade(#ededed, 0.9);
|
||||
@define-color content_view_bg #ffffff;
|
||||
|
||||
/*# sourceMappingURL=gtk-contained.css.map */
|
||||
|
Loading…
Reference in New Issue
Block a user