Basic mode optimizations.

This commit is contained in:
Gunther Brunner
2014-05-27 22:51:46 +09:00
parent 1dc62193c8
commit a1a373972e
7 changed files with 38 additions and 11 deletions

View File

@@ -9,3 +9,19 @@
.basic-mode .devices-icon-view li {
margin: 3px;
}
.basic-mode .stf-vnc-bottom .btn-lg {
padding: 5px;
font-size: 12px;
}
.basic-mode .stf-vnc-bottom .btn-primary:hover,
.basic-mode .stf-vnc-bottom .btn-primary.active {
background: #007aff;
color: #fff;
}
.basic-mode .stf-menu .stf-top-bar {
overflow: hidden;
}