Applied style to btn states

This commit is contained in:
billz 2017-11-06 12:14:28 +00:00
parent 0a57cd8001
commit bb7481c1a4
1 changed files with 10 additions and 1 deletions

11
dist/css/terminal.css vendored
View File

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