Merge branch 'remove-nav-spinners-firefox' into 'v3'
Remove numerical input spinners for x,y,z settings in Firefox See merge request openflexure/openflexure-microscope-server!288
This commit is contained in:
commit
67e8b19603
1 changed files with 3 additions and 0 deletions
|
|
@ -386,6 +386,9 @@ export default {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
width: 3em;
|
width: 3em;
|
||||||
|
/* Stop Firefox showing input spinners, other
|
||||||
|
browsers set with block below */
|
||||||
|
-moz-appearance: textfield;
|
||||||
}
|
}
|
||||||
/* Chrome, Safari, Edge, Opera */
|
/* Chrome, Safari, Edge, Opera */
|
||||||
.numeric-setting-line-input::-webkit-outer-spin-button,
|
.numeric-setting-line-input::-webkit-outer-spin-button,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue