mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +00:00
Update theme
This commit is contained in:
parent
c5d8941fc4
commit
7e135411bc
1 changed files with 31 additions and 0 deletions
|
@ -1490,6 +1490,32 @@ footer {
|
|||
opacity: .6;
|
||||
}
|
||||
|
||||
input[type="text"] + .cbi-button,
|
||||
input[type="password"] + .cbi-button,
|
||||
select + .cbi-button {
|
||||
border-radius: 0 3px 3px 0;
|
||||
border-color: #ccc;
|
||||
margin: 0 0 1px -2px;
|
||||
padding: 0 6px;
|
||||
vertical-align: top;
|
||||
height: 28px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
select + .cbi-button {
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
.cbi-title-ref {
|
||||
color: #37c;
|
||||
}
|
||||
|
||||
.cbi-title-ref::after {
|
||||
content: "➙";
|
||||
}
|
||||
|
||||
.cbi-tooltip-container {
|
||||
cursor: help;
|
||||
}
|
||||
|
@ -1907,6 +1933,11 @@ table table td,
|
|||
margin: -.125em;
|
||||
}
|
||||
|
||||
#dsl_status_table .ifacebox-body > span > strong {
|
||||
display: inline-block;
|
||||
min-width: 35%;
|
||||
}
|
||||
|
||||
.ifacebadge.large,
|
||||
.network-status-table .ifacebox-body .ifacebadge {
|
||||
display: inline-flex;
|
||||
|
|
Loading…
Reference in a new issue