Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 943bf89

Browse files
Slider: border-width 0 instead of border none for the input to make it easier to restore the border if you want. See #5846
1 parent 55bf64f commit 943bf89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/structure/jquery.mobile.forms.slider.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ input.ui-input-text.ui-slider-input {
3737
height: 22px;
3838
line-height: 22px;
3939
font-size: 14px;
40-
border: none;
40+
border-width: 0;
4141
background-image: none;
4242
font-weight: bold;
4343
text-align: center;

0 commit comments

Comments
 (0)