From 5fbffb6e1e5a000cdfd3a26211562bac09f7834d Mon Sep 17 00:00:00 2001 From: Absurdon Date: Tue, 25 Jul 2017 23:56:15 +0200 Subject: [PATCH] Made selected items highlighted again --- app/stylesheets/skin.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/stylesheets/skin.css b/app/stylesheets/skin.css index 7e0206f..6830ea6 100644 --- a/app/stylesheets/skin.css +++ b/app/stylesheets/skin.css @@ -143,4 +143,7 @@ .skin-blue .gather-voting .list-group-item { background-color: #F5F89F; color: #000; +} +.skin-blue .gather-voting .list-group-item-success { + background-color: #F8FE5D; } \ No newline at end of file