This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Slider: border-width 0 instead of border none for the input to make i…
…t easier to restore the border if you want. See #5846
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -37,7 +37,7 @@ input.ui-input-text.ui-slider-input { | ||
| height: 22px; | ||
| line-height: 22px; | ||
| font-size: 14px; | ||
| border-width: 0; | ||
| background-image: none; | ||
| font-weight: bold; | ||
| text-align: center; | ||