summaryrefslogtreecommitdiff
path: root/src/theme/style-dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/theme/style-dark.css')
-rw-r--r--src/theme/style-dark.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/theme/style-dark.css b/src/theme/style-dark.css
index 2690aa01..7dbc5740 100644
--- a/src/theme/style-dark.css
+++ b/src/theme/style-dark.css
@@ -6,3 +6,11 @@ event.timed {
color: @light_1;
outline-color: rgba(0, 0, 0, 0.3);
}
+
+/*
+ * Search
+ */
+
+searchbutton > popover listview > row:selected {
+ background-color: alpha(@accent_bg_color, 0.2);
+}