summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2014-08-20 18:47:28 -0700
committerCosimo Cecchi <cosimoc@gnome.org>2014-08-20 18:47:28 -0700
commita5726d5a5b99c39e597f476ddad1e1549bf5f2ab (patch)
treee185e02c0ef19ad4ea150e8aeeb9778768a58950
parentcf414ce132ac4cde2c40d730b33d2be3e08ccb47 (diff)
downloadnautilus-a5726d5a5b99c39e597f476ddad1e1549bf5f2ab.tar.gz
style: remove obsolete custom styles
-rw-r--r--src/Adwaita.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/Adwaita.css b/src/Adwaita.css
index 848c75cf4..58b26badf 100644
--- a/src/Adwaita.css
+++ b/src/Adwaita.css
@@ -38,12 +38,6 @@ NautilusWindow > GtkGrid > .pane-separator:hover {
color: shade (@theme_bg_color, 0.9);
}
-NautilusWindow > GtkGrid > .pane-separator:backdrop,
-NautilusWindow > GtkGrid > .pane-separator:hover:backdrop {
- border-color: @unfocused_borders;
- background-color: @sidebar_bg_unfocused;
-}
-
NautilusNotebook.notebook {
border-right-width: 0;
border-left-width: 0;
@@ -54,19 +48,6 @@ NautilusNotebook .frame {
border-width: 0;
}
-NautilusToolbar .button {
- icon-shadow: 0 1px @button_text_shadow;
-}
-
-NautilusToolbar .button:active {
- icon-shadow: 0 1px @button_active_text_shadow;
-}
-
-NautilusToolbar .button:insensitive,
-NautilusToolbar .button:active *:insensitive {
- icon-shadow: none;
-}
-
NautilusQueryEditor .search-bar.toolbar {
border-top-width: 0;
border-bottom-width: 0;