diff --git a/themes/Default/common.css b/themes/Default/common.css index 216ac845ad..29ed6aa255 100644 --- a/themes/Default/common.css +++ b/themes/Default/common.css @@ -600,10 +600,18 @@ actionbar revealer box { /* GtkListBox widgets */ -list { +list, list row { background-color: @widget-bg-color; } +list row:selected { + background-color: @selected-color; +} + +list row:hover { + background-color: @hover-color; +} + /* GtkSwitch buttons */ switch {