themes/openwrt: add new CSS classes for iface boxes and badges as used in the iface overview or the physical settings of networks
This commit is contained in:
parent
857dcdf727
commit
83de41903c
1 changed files with 36 additions and 0 deletions
|
@ -624,6 +624,11 @@ table.cbi-section-table .cbi-rowstyle-2:hover {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.cbi-section-table .cbi-section-table-cell {
|
||||||
|
padding: 3px;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
.cbi-section .cbi-rowstyle-1 h3 {
|
.cbi-section .cbi-rowstyle-1 h3 {
|
||||||
background-color: #eeeeff;
|
background-color: #eeeeff;
|
||||||
color: #555555;
|
color: #555555;
|
||||||
|
@ -868,6 +873,37 @@ div.cbi-tab-descr {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.ifacebox {
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
border: 1px solid #CCCCCC;
|
||||||
|
margin: 0 10px;
|
||||||
|
text-align: center;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ifacebox .ifacebox-head {
|
||||||
|
border-bottom: 1px solid #CCCCCC;
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ifacebox .ifacebox-body {
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.ifacebadge {
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
border: 1px solid #CCCCCC;
|
||||||
|
padding: 2px;
|
||||||
|
margin-left: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ifacebadge-active {
|
||||||
|
border-color: #000000;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.uci-change-list {
|
.uci-change-list {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue