FIX : nautilus background greyed
border-radius > 0px makes nautilus background become @theme_bg_color (grey) instead of white.pull/145/head
parent
9edc17363e
commit
25243aafc2
|
@ -81,7 +81,7 @@ WnckPager, WnckTasklist {
|
|||
* nautilus *
|
||||
************/
|
||||
.nautilus-canvas-item {
|
||||
border-radius: 2px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item {
|
||||
|
|
Loading…
Reference in New Issue