mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
FIX : nautilus background greyed
border-radius > 0px makes nautilus background become @theme_bg_color (grey) instead of white.
This commit is contained in:
@@ -81,7 +81,7 @@ WnckPager, WnckTasklist {
|
||||
* nautilus *
|
||||
************/
|
||||
.nautilus-canvas-item {
|
||||
border-radius: 2px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item {
|
||||
|
||||
Reference in New Issue
Block a user