mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
css: move the style properties from adwaita here
This commit is contained in:
parent
2a1fbaf839
commit
207a2499a3
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
* {
|
||||
-NautilusIconContainer-selection-box-rgba: @selected_bg_color;
|
||||
-NautilusIconContainer-dark-info-rgba: shade (@selected_bg_color, 0.6);
|
||||
-NautilusIconContainer-light-info-rgba: shade (@selected_fg_color, 0.6);
|
||||
}
|
||||
|
||||
GtkTreeView.NautilusSidebar {
|
||||
background-color: #f6f6f4;
|
||||
|
|
Loading…
Reference in a new issue