Merge pull request #4101 from TooWaBoo/dev

RT-Theme: radio and check button fix
This commit is contained in:
Ingo Weyrich
2017-09-24 01:43:48 +02:00
committed by GitHub

View File

@@ -31,7 +31,7 @@ scrollbar:not(.overlay-indicator):hover {
color: #666666;
}
.view:selected {
.view:selected:not(check):not(radio) {
color: #262626;
background-color: #AAAAAA
}