1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Update openmptcprouter theme

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-11-15 18:06:34 +01:00
parent 91edeb182c
commit db21351ff4
2 changed files with 61 additions and 23 deletions

View file

@ -177,9 +177,11 @@ header h3 a, header .brand {
margin: 0;
}
input, textarea, select {
input, textarea, select,
.cbi-dropdown > ul > li input[type="text"] {
font-size: 16px !important;
line-height: 28px;
height: auto;
}
select, input[type="text"], input[type="password"] {
@ -338,13 +340,14 @@ header h3 a, header .brand {
padding: 0;
}
.cbi-page-actions .cbi-button {
.cbi-page-actions .cbi-button:not(.cbi-dropdown) {
flex: 1 1 calc(50% - 2px);
margin: 1px !important;
overflow: hidden;
text-overflow: ellipsis;
}
.cbi-page-actions .cbi-button-negative,
.cbi-page-actions .cbi-button-primary,
.cbi-page-actions .cbi-button-apply {
flex-basis: calc(100% - -2px);