mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +00:00
Adwaita: space pathbar better
https://bugzilla.gnome.org/show_bug.cgi?id=736535
This commit is contained in:
parent
08e1c8e30a
commit
0060f84477
@ -1095,22 +1095,21 @@ GtkComboBox {
|
||||
************/
|
||||
|
||||
.path-bar .button {
|
||||
padding: 5px 6px 6px;
|
||||
padding: 6px;
|
||||
&:first-child { padding-left: 8px; }
|
||||
&:last-child { padding-right: 8px; }
|
||||
&:only-child {
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
}
|
||||
|
||||
// the following is for spacing the icon and the label inside the home button
|
||||
GtkLabel:last-child { padding-left: 2px; }
|
||||
GtkLabel:first-child { padding-right: 2px; }
|
||||
GtkLabel:only-child { padding-right: 0; padding-left: 0; }
|
||||
GtkImage { padding-top: 1px; }
|
||||
}
|
||||
|
||||
// the following is for spacing the icon and the label inside the home button
|
||||
.path-bar .button GtkLabel:last-child { padding-left: 2px; }
|
||||
.path-bar .button GtkLabel:first-child { padding-right: 2px; }
|
||||
.path-bar .button GtkLabel:only-child { padding-right: 0; padding-left: 0; }
|
||||
|
||||
|
||||
|
||||
/**************
|
||||
* Tree Views *
|
||||
**************/
|
||||
|
@ -1725,7 +1725,7 @@ GtkComboBox {
|
||||
.titlebar .path-bar .button.titlebutton,
|
||||
.path-bar GtkCalendar.header .button.titlebutton,
|
||||
GtkCalendar.header .path-bar .button.titlebutton {
|
||||
padding: 5px 6px 6px; }
|
||||
padding: 6px; }
|
||||
.path-bar .button:first-child {
|
||||
padding-left: 8px; }
|
||||
.path-bar .button:last-child {
|
||||
@ -1733,16 +1733,19 @@ GtkCalendar.header .path-bar .button.titlebutton {
|
||||
.path-bar .button:only-child {
|
||||
padding-left: 12px;
|
||||
padding-right: 12px; }
|
||||
|
||||
.path-bar .button GtkLabel:last-child {
|
||||
padding-left: 2px; }
|
||||
|
||||
.path-bar .button GtkLabel:first-child {
|
||||
padding-right: 2px; }
|
||||
|
||||
.path-bar .button GtkLabel:only-child {
|
||||
padding-right: 0;
|
||||
padding-left: 0; }
|
||||
.path-bar .button GtkLabel:last-child {
|
||||
padding-left: 2px; }
|
||||
.path-bar .button GtkLabel:first-child {
|
||||
padding-right: 2px; }
|
||||
.path-bar .button GtkLabel:only-child {
|
||||
padding-right: 0;
|
||||
padding-left: 0; }
|
||||
.path-bar .button GtkImage, .path-bar .header-bar .button.titlebutton GtkImage, .header-bar .path-bar .button.titlebutton GtkImage,
|
||||
.path-bar .titlebar .button.titlebutton GtkImage,
|
||||
.titlebar .path-bar .button.titlebutton GtkImage,
|
||||
.path-bar GtkCalendar.header .button.titlebutton GtkImage,
|
||||
GtkCalendar.header .path-bar .button.titlebutton GtkImage {
|
||||
padding-top: 1px; }
|
||||
|
||||
/**************
|
||||
* Tree Views *
|
||||
@ -4172,3 +4175,5 @@ GtkCalendar.header .menuitem.titlebutton.button: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 */
|
||||
|
@ -1717,7 +1717,7 @@ GtkComboBox {
|
||||
.titlebar .path-bar .button.titlebutton,
|
||||
.path-bar GtkCalendar.header .button.titlebutton,
|
||||
GtkCalendar.header .path-bar .button.titlebutton {
|
||||
padding: 5px 6px 6px; }
|
||||
padding: 6px; }
|
||||
.path-bar .button:first-child {
|
||||
padding-left: 8px; }
|
||||
.path-bar .button:last-child {
|
||||
@ -1725,16 +1725,19 @@ GtkCalendar.header .path-bar .button.titlebutton {
|
||||
.path-bar .button:only-child {
|
||||
padding-left: 12px;
|
||||
padding-right: 12px; }
|
||||
|
||||
.path-bar .button GtkLabel:last-child {
|
||||
padding-left: 2px; }
|
||||
|
||||
.path-bar .button GtkLabel:first-child {
|
||||
padding-right: 2px; }
|
||||
|
||||
.path-bar .button GtkLabel:only-child {
|
||||
padding-right: 0;
|
||||
padding-left: 0; }
|
||||
.path-bar .button GtkLabel:last-child {
|
||||
padding-left: 2px; }
|
||||
.path-bar .button GtkLabel:first-child {
|
||||
padding-right: 2px; }
|
||||
.path-bar .button GtkLabel:only-child {
|
||||
padding-right: 0;
|
||||
padding-left: 0; }
|
||||
.path-bar .button GtkImage, .path-bar .header-bar .button.titlebutton GtkImage, .header-bar .path-bar .button.titlebutton GtkImage,
|
||||
.path-bar .titlebar .button.titlebutton GtkImage,
|
||||
.titlebar .path-bar .button.titlebutton GtkImage,
|
||||
.path-bar GtkCalendar.header .button.titlebutton GtkImage,
|
||||
GtkCalendar.header .path-bar .button.titlebutton GtkImage {
|
||||
padding-top: 1px; }
|
||||
|
||||
/**************
|
||||
* Tree Views *
|
||||
@ -4331,3 +4334,5 @@ GtkCalendar.header .menuitem.titlebutton.button: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