mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Applied style to btn states
This commit is contained in:
parent
0a57cd8001
commit
bb7481c1a4
1 changed files with 10 additions and 1 deletions
11
dist/css/terminal.css
vendored
11
dist/css/terminal.css
vendored
|
@ -144,6 +144,12 @@ label.btn.btn-primary {
|
|||
color: #33ff00;
|
||||
}
|
||||
|
||||
label.btn.btn-primary.active, label.btn.btn-warning.active {
|
||||
background-color: #33ff00;
|
||||
border-color: #33ff00;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.btn.btn-primary {
|
||||
border-color: #33ff00;
|
||||
}
|
||||
|
@ -229,8 +235,11 @@ input[type="text"]{
|
|||
.webconsole {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 1px solid;
|
||||
border-color: #33ff00;
|
||||
border-bottom: 1px solid;
|
||||
border-left: 1px solid;
|
||||
border-top: 0px;
|
||||
border-right: 1px solid;
|
||||
}
|
||||
|
||||
#console {
|
||||
|
|
Loading…
Reference in a new issue