1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2020-05-05 09:56:56 +02:00
parent 463542a4af
commit 94dd3ef97f

View file

@ -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;
}