RT-Theme: radio and check button fix

This commit is contained in:
TooWaBoo
2017-09-24 00:14:08 +02:00
committed by GitHub
parent fb3758f403
commit 4b1adc2178

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
}