fix some issues that showed up with gtk 3.18 to hold us over until new sass version is ready.
parent
b619c2d5b7
commit
92833fc9b4
gtk-3.0
|
@ -163,6 +163,14 @@ NautilusQueryEditor .search-bar.toolbar:only-child {
|
||||||
border-bottom-color: shade(@toolbar_bg_color, 0.8);
|
border-bottom-color: shade(@toolbar_bg_color, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GtkPlacesSidebar .sidebar-row {
|
||||||
|
padding: 5px 13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
GtkPlacesSidebar .sidebar-row .sidebar-icon {
|
||||||
|
padding-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
/******************
|
/******************
|
||||||
* gnome terminal *
|
* gnome terminal *
|
||||||
******************/
|
******************/
|
||||||
|
|
|
@ -2246,11 +2246,11 @@ GtkColorButton.button {
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-bar .button.text-button {
|
.header-bar .button.text-button {
|
||||||
padding: 4px;
|
padding: 8px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-bar .button.image-button {
|
.header-bar .button.image-button {
|
||||||
padding: 6px;
|
padding: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-bar .title {
|
.header-bar .title {
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
/* default color scheme */
|
/* default color scheme */
|
||||||
@define-color bg_color #e7e7e7;
|
@define-color bg_color #e7e7e7;
|
||||||
@define-color fg_color #555555;
|
@define-color fg_color #555555;
|
||||||
@define-color base_color #f9f9f9;
|
@define-color base_color #ececec;
|
||||||
@define-color text_color #333333;
|
@define-color text_color #333333;
|
||||||
@define-color selected_bg_color #1a80b6;
|
@define-color selected_bg_color #1a80b6;
|
||||||
@define-color selected_fg_color #f9f9f9;
|
@define-color selected_fg_color #f9f9f9;
|
||||||
|
|
Loading…
Reference in New Issue