diff options
| author | Mark Otto <[email protected]> | 2017-03-03 11:31:47 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-03-03 11:31:47 -0800 |
| commit | 4a1b8919d1f978d8a23e694a8fa713b1008daaca (patch) | |
| tree | 4e487e83d371220f2be1d1cd26be42223c4d5a3c /docs/dist/css/bootstrap.css | |
| parent | c10200267b93b6a2c84873f988583c32a3a4b5a6 (diff) | |
| download | bootstrap-4a1b8919d1f978d8a23e694a8fa713b1008daaca.tar.xz bootstrap-4a1b8919d1f978d8a23e694a8fa713b1008daaca.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index e10cd3415..459238b39 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -3602,8 +3602,9 @@ tbody.collapse.show { background-size: 8px 10px; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; - -moz-appearance: none; -webkit-appearance: none; + -moz-appearance: none; + appearance: none; } .custom-select:focus { |
