diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index e59a726..15937ee 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -3892,7 +3892,7 @@ paned { // infobar { - border-style: none; + border: none; &.info { & > revealer > box, diff --git a/src/sass/gtk/apps/_nemo.scss b/src/sass/gtk/apps/_nemo.scss index 68b4853..bed8e56 100644 --- a/src/sass/gtk/apps/_nemo.scss +++ b/src/sass/gtk/apps/_nemo.scss @@ -41,13 +41,8 @@ paned > separator { background-image: image($solid_borders_color); } - notebook { - background-color: $base_color; - } - - // Rename entry .nemo-window-pane { - widget.entry { + widget.entry { // Rename entry border: 2px solid if($variant =='light', $entry_highlight, $selected_bg_color); background-color: $entry_bg; border-radius: $bt_radius; @@ -60,7 +55,7 @@ } } - treeview.view { + treeview.view { // Treeview rename entry &, &:selected { entry { color: $fg_color; @@ -69,6 +64,14 @@ } } } + + > notebook { + background-color: $base_color; + + infobar > revealer > box { border-bottom: 1px solid $borders_color; } + + box.vertical > separator { background: none; } + } } .toolbar {