remove border from filter selector & generalize CSS

This commit is contained in:
tophf 2017-11-22 21:16:56 +03:00
parent 828f09fdb2
commit 0c3b3a1631

View File

@ -595,8 +595,7 @@ fieldset > *:not(legend) {
content: ": "; content: ": ";
} }
#manage\.onlyEnabled\.invert, fieldset select {
#manage\.onlyLocal\.invert {
border: none; border: none;
max-width: calc(100% - 2em); max-width: calc(100% - 2em);
background-color: transparent; background-color: transparent;