mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 04:53:19 +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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user