diff options
| author | Mark Otto <[email protected]> | 2016-02-13 17:55:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-13 17:55:07 -0800 |
| commit | ceb0e9b69f0d0b1b606073f826b8a9083e8ff347 (patch) | |
| tree | 699d408f19d5c3d5159878edf91ebe672672d15c /dist/css/bootstrap.css | |
| parent | 4724110583a9118ca0b811b303a18981d721d620 (diff) | |
| download | bootstrap-ceb0e9b69f0d0b1b606073f826b8a9083e8ff347.tar.xz bootstrap-ceb0e9b69f0d0b1b606073f826b8a9083e8ff347.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index dc4f36273..7a0705f70 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3645,7 +3645,7 @@ input[type="button"].btn-block { border-radius: 0.25rem; } -.custom-file-control::after { +.custom-file-control:lang(en)::after { content: "Choose file..."; } @@ -3660,12 +3660,15 @@ input[type="button"].btn-block { padding: 0.5rem 1rem; line-height: 1.5; color: #555; - content: "Browse"; background-color: #eee; border: 1px solid #ddd; border-radius: 0 0.25rem 0.25rem 0; } +.custom-file-control:lang(en)::before { + content: "Browse"; +} + .nav { padding-left: 0; margin-bottom: 0; |
