mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #11133 from druiz17/bug-create-spinner
Fixed this issue of the spinner not displaying in create mode
This commit is contained in:
commit
e0daa92757
1 changed files with 3 additions and 4 deletions
|
@ -267,18 +267,17 @@ input[type=number] {
|
|||
padding-right: 3px;
|
||||
}
|
||||
input[type=number]::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
opacity: 1.0;
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 10px;
|
||||
height: 100%;
|
||||
height: 90%;
|
||||
overflow: hidden;
|
||||
font-family: hifi-glyphs;
|
||||
font-size: 46px;
|
||||
font-size: 32px;
|
||||
color: #afafaf;
|
||||
cursor: pointer;
|
||||
/*background-color: #000000;*/
|
||||
background-color: #000000;
|
||||
}
|
||||
input[type=number]::-webkit-inner-spin-button:before,
|
||||
input[type=number]::-webkit-inner-spin-button:after {
|
||||
|
|
Loading…
Reference in a new issue