mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
Remove autocorrect from search.
Readded menu buttons active style.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -42,9 +42,9 @@
|
||||
.stf-vnc-bottom.as-row
|
||||
.controls
|
||||
.btn-group.btn-group-justified
|
||||
a(ng-click='control.menu()', title='{{"Menu"|translate}}').btn.btn-primary.btn-lg
|
||||
a(ng-click='control.menu()', title='{{"Menu"|translate}}').btn.btn-primary.btn-lg.no-transition
|
||||
i.fa.fa-bars
|
||||
a(ng-click='control.home()', title='{{"Home"|translate}}').btn.btn-primary.btn-lg
|
||||
a(ng-click='control.home()', title='{{"Home"|translate}}').btn.btn-primary.btn-lg.no-transition
|
||||
i.fa.fa-home
|
||||
a(ng-click='control.back()', title='{{"Back"|translate}}').btn.btn-primary.btn-lg
|
||||
a(ng-click='control.back()', title='{{"Back"|translate}}').btn.btn-primary.btn-lg.no-transition
|
||||
i.fa.fa-mail-reply
|
||||
|
||||
Reference in New Issue
Block a user