|
|
|
@ -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 {
|
|
|
|
|