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:
parent
5a485f8c68
commit
01cefed7f0
1 changed files with 17 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue