Fix nemo file manager color inconsistences

This commit is contained in:
EliverLara
2020-09-13 14:47:14 -05:00
parent f1265e325b
commit 10aefff067
4 changed files with 54 additions and 51 deletions

View File

@@ -10,14 +10,15 @@
}
&:selected {
background: $selected_bg_color;
color: $selected_fg_color;
}
}
}
.sidebar {
color: #98abb2;
background-color: $_sidebar_color;
.view, .iconview, row {
color: #98abb2;
background-color: transparent;
}
}
@@ -49,7 +50,7 @@
@include button(normal-header);
margin-top: 5px;
margin-bottom: 5px;
height: 24px;
min-height: 24px;
&:hover { color: $selected_bg_color; }
&:selected,
&:active,