summaryrefslogtreecommitdiff
path: root/src/resources/css
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-02-15 11:04:46 +0100
committerCarlos Soriano <csoriano@gnome.org>2016-02-15 11:38:43 +0100
commit2a17859961fc2ebf0eae03195d80fed681b4b9cd (patch)
treef50524cceb678410fe9dc6bb67dde8348edb0270 /src/resources/css
parentb04189427cc030bee6ad4943e99773bf1d4b5ae7 (diff)
downloadnautilus-2a17859961fc2ebf0eae03195d80fed681b4b9cd.tar.gz
desktop: convert css name to style class
We expect any GtkWindow to actually have the window style. So instead of changing the css node, just apply a style class. This will be needed for upcoming patches. https://bugzilla.gnome.org/show_bug.cgi?id=761965
Diffstat (limited to 'src/resources/css')
-rw-r--r--src/resources/css/nautilus.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/css/nautilus.css b/src/resources/css/nautilus.css
index 6a8b9a9b4..1bc8343cb 100644
--- a/src/resources/css/nautilus.css
+++ b/src/resources/css/nautilus.css
@@ -3,8 +3,8 @@
-gtk-outline-radius: 20px;
}
-nautilus-desktop-window,
-nautilus-desktop-window notebook,
-nautilus-desktop-window notebook > stack {
+.nautilus-desktop-window,
+.nautilus-desktop-window notebook,
+.nautilus-desktop-window notebook > stack {
background: transparent;
}