Remove autocorrect from search.

Readded menu buttons active style.
This commit is contained in:
Gunther Brunner
2014-05-27 20:46:05 +09:00
parent 7adfa8c19f
commit 1dc62193c8
3 changed files with 16 additions and 6 deletions

View File

@@ -117,9 +117,10 @@ device-screen textarea {
}
/*.stf-vnc-bottom .btn-primary:active,*/
.stf-vnc-bottom .btn-primary.active {
background: rgba(255, 255, 255, 0.7);
.stf-vnc-bottom .btn-primary:active {
background: rgba(250, 250, 250, 0.75);
border: none;
color: #0d3fa4;
/*border-color: rgba(255, 255, 255, 0.7);*/
}
@@ -179,3 +180,11 @@ device-screen textarea {
.stf-vnc-right-buttons .button-spacer {
width: 12px;
}
.no-transition {
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}