fix some issues that showed up with gtk 3.18 to hold us over until new sass version is ready.

v2.5.2
Dustin Falgout 2015-10-19 10:38:35 -05:00
parent b619c2d5b7
commit 92833fc9b4
3 changed files with 11 additions and 3 deletions

View File

@ -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 *
******************/ ******************/

View File

@ -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 {

View File

@ -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;