diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 3ccabd364..9d9292f71 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1651,6 +1651,10 @@ input[type="checkbox"] { input[type="file"] { display: block; } +input[type="range"] { + display: block; + width: 100%; +} select[multiple], select[size] { height: auto; |
