GTK 3.20 :: Optimized Nemo and Nautilus design and update searchbar code (#482)

* * Optimized Nemo and Nautilus design. Update searchbar code.

* * Fixed Nautilus backdrop text color change.
This commit is contained in:
Csaba Jakosa
2016-07-02 11:14:33 +05:30
committed by Khurshid Alam
parent 0d05abedfc
commit bd780f03d4
3 changed files with 32 additions and 58 deletions
+3 -4
View File
@@ -20,15 +20,14 @@
****************/
@include exports("searchbar") {
.search-bar {
searchbar,
.location-bar {
@include linear-gradient(shade($bg_color, .98));
border-width: 0 0 1px;
border-style: solid;
border-color: border_normal($bg_color);
color: $fg_color;
.button.close-button { padding: $spacing; }
}
}
@@ -60,7 +59,7 @@
&.header-bar, &.toolbar {
@include toolbar($selected_bg_color, $selected_fg_color);
.button {
button {
@include button($selected_bg_color, $selected_fg_color);
&.suggested-action { @extend .suggested-action.button; }