themes/openwrt: add new CSS classes for zone badge widgets
This commit is contained in:
parent
7c9dd3ab81
commit
a23f1335d8
1 changed files with 26 additions and 0 deletions
|
@ -905,6 +905,32 @@ div.cbi-tab-descr {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.zonebadge {
|
||||||
|
padding: 2px;
|
||||||
|
display: inline-block;
|
||||||
|
white-space: nowrap;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge em,
|
||||||
|
.zonebadge strong {
|
||||||
|
margin: 3px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge input {
|
||||||
|
width: 6em;
|
||||||
|
height: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge-empty {
|
||||||
|
border: 1px dashed #AAAAAA;
|
||||||
|
color: #AAAAAA;
|
||||||
|
font-style: italic;
|
||||||
|
font-size: smaller;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.uci-change-list {
|
.uci-change-list {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue