summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/resources/css/Adwaita.css11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/resources/css/Adwaita.css b/src/resources/css/Adwaita.css
index 546d3e98a..26a86cd18 100644
--- a/src/resources/css/Adwaita.css
+++ b/src/resources/css/Adwaita.css
@@ -158,8 +158,10 @@ entry.search > * {
color: shade(@disk_space_free, 0.7);
}
-/* View */
-.nautilus-list-view .view {
+/* As a workaround for GtkTreeView showing thick border above first row when
+ * horizontal grid lines are enabled, we add them using CSS instead. Exclude the
+ * drop targets to let through the default feedback style. */
+.nautilus-list-view .view:not(:drop(active)) {
border-bottom: 1px solid @theme_bg_color;
}
@@ -169,11 +171,6 @@ entry.search > * {
padding:2px;
}
-/* Hide superfluous treeview drop target indication */
-.nautilus-list-view .view.dnd {
- border-style: none;
-}
-
@define-color conflict_bg #fef6b6;
.conflict-row {