mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Applied style to label
This commit is contained in:
parent
b950a1966d
commit
0c696e061f
1 changed files with 8 additions and 0 deletions
8
dist/css/terminal.css
vendored
8
dist/css/terminal.css
vendored
|
@ -150,6 +150,14 @@ label.btn.btn-primary.active, label.btn.btn-warning.active {
|
|||
color: #000;
|
||||
}
|
||||
|
||||
.label-warning {
|
||||
background-color: #33ff00;
|
||||
}
|
||||
|
||||
span.label.label-warning {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.btn.btn-primary {
|
||||
border-color: #33ff00;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue