Skip to content

Commit 7fc3e2c

Browse files
authored
Show spin buttons into number input fields of users settings dialog (#848)
* Added spin button into number input fields of users settings dialog * CSS style is improved
1 parent 1482e2d commit 7fc3e2c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/css/user_settings_dialog.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,13 @@
117117
position: absolute;
118118
left: 50px;
119119
}
120+
121+
.user-settings-dialog input[type="number"]::-webkit-inner-spin-button,
122+
.user-settings-dialog input[type="number"]::-webkit-outer-spin-button
123+
{
124+
-webkit-appearance: auto !important;
125+
appearance: auto !important;
126+
opacity: 1 !important;
127+
height: auto !important;
128+
width: auto !important;
129+
}

0 commit comments

Comments
 (0)