luci-theme-material: fix bigger button for combo-box

Combobox are bigger than any other button. Align the dimension to all the other buttons.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
Ansuel Smith 2020-10-10 00:50:19 +02:00
parent 5a485f8c68
commit 01cefed7f0
No known key found for this signature in database
GPG key ID: AC001D09ADBFEAD7

View file

@ -1414,6 +1414,23 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
outline: 0;
}
.cbi-dropdown.btn {
min-height: 1.8rem;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
.cbi-dropdown.btn > .open {
font-size: 0.8rem;
padding: 0px;
margin: 0 5px;
}
.cbi-dropdown.btn > div {
margin: 0px;
}
.cbi-dropdown > .more,
.cbi-dropdown > ul > li[placeholder] {
font-weight: bold;