mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Applied style to btn states
This commit is contained in:
parent
0a57cd8001
commit
bb7481c1a4
11
dist/css/terminal.css
vendored
11
dist/css/terminal.css
vendored
@ -144,6 +144,12 @@ label.btn.btn-primary {
|
|||||||
color: #33ff00;
|
color: #33ff00;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label.btn.btn-primary.active, label.btn.btn-warning.active {
|
||||||
|
background-color: #33ff00;
|
||||||
|
border-color: #33ff00;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
.btn.btn-primary {
|
.btn.btn-primary {
|
||||||
border-color: #33ff00;
|
border-color: #33ff00;
|
||||||
}
|
}
|
||||||
@ -229,8 +235,11 @@ input[type="text"]{
|
|||||||
.webconsole {
|
.webconsole {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border: 1px solid;
|
|
||||||
border-color: #33ff00;
|
border-color: #33ff00;
|
||||||
|
border-bottom: 1px solid;
|
||||||
|
border-left: 1px solid;
|
||||||
|
border-top: 0px;
|
||||||
|
border-right: 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
#console {
|
#console {
|
||||||
|
Loading…
Reference in New Issue
Block a user