mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Better style for indicator
This commit is contained in:
parent
463542a4af
commit
94dd3ef97f
1 changed files with 8 additions and 2 deletions
|
@ -1782,7 +1782,8 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|||
line-height: 28px;
|
||||
}
|
||||
|
||||
.label {
|
||||
.label,
|
||||
header [data-indicator] {
|
||||
padding: 1px 3px 2px;
|
||||
font-size: 9.75px;
|
||||
font-weight: bold;
|
||||
|
@ -1795,6 +1796,10 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|||
margin-left: .4em;
|
||||
}
|
||||
|
||||
header [data-indicator][data-clickable] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
a.label:link,
|
||||
a.label:visited {
|
||||
color: #fff;
|
||||
|
@ -1816,7 +1821,8 @@ a.label:hover {
|
|||
background-color: #46a546;
|
||||
}
|
||||
|
||||
.label.notice {
|
||||
.label.notice,
|
||||
header [data-indicator][data-style="active"] {
|
||||
background-color: #62cffc;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue