From f33083afd9e61fa7b45362587e45f17aa12d968d Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 29 Nov 2017 13:20:45 +0100 Subject: [PATCH] Elastic: Fix tag color on option:checked element --- plugins/libkolab/skins/elastic/libkolab.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/libkolab/skins/elastic/libkolab.less b/plugins/libkolab/skins/elastic/libkolab.less index 9362506f..bf3d8e21 100644 --- a/plugins/libkolab/skins/elastic/libkolab.less +++ b/plugins/libkolab/skins/elastic/libkolab.less @@ -247,11 +247,13 @@ html.touch .listing { } } +#tagsform option:before, #taglist li:before, #tag-selector li a:before { color: darken(@color-main, 15%); // default tag color } +#tagsform option:checked:before, #tag-selector li:hover a:before { color: #fff; }