summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/resources/style-hc.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/resources/style-hc.css b/src/resources/style-hc.css
index 54e2cff89..adeb2a520 100644
--- a/src/resources/style-hc.css
+++ b/src/resources/style-hc.css
@@ -14,3 +14,14 @@
.disk-space-free {
color: alpha(currentColor, 0.3);
}
+
+.nautilus-list-view columnview > listview > row.activatable:hover,
+.nautilus-grid-view gridview > child.activatable:hover {
+ box-shadow: inset 0 0 0 1px @borders;
+}
+
+.nautilus-list-view columnview > listview > row:selected,
+.nautilus-grid-view gridview > child:selected {
+ box-shadow: inset 0 0 0 1px alpha(@accent_color, .6);
+}
+