diff options
| author | Mark Otto <[email protected]> | 2013-08-17 13:33:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-17 13:33:53 -0700 |
| commit | 0c70744ea22126b6224bde75b4ccb6068941e38f (patch) | |
| tree | 9009a0b1326c08c73aef97e273dc351470091e9c /dist/css/bootstrap.css | |
| parent | 0e39f9457491839fbb17a3cbaa5a14e14879718f (diff) | |
| download | bootstrap-0c70744ea22126b6224bde75b4ccb6068941e38f.tar.xz bootstrap-0c70744ea22126b6224bde75b4ccb6068941e38f.zip | |
fixes #9538: prevent Firefox rendering bug via some border-fu
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 7f7fae1aa..ae1ac035a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2473,6 +2473,7 @@ textarea.input-group-sm > .input-group-btn > .btn { vertical-align: middle; border-top: 4px solid #000000; border-right: 4px solid transparent; + border-bottom: 0 dotted; border-left: 4px solid transparent; content: ""; } @@ -2591,7 +2592,7 @@ textarea.input-group-sm > .input-group-btn > .btn { .dropup .caret, .navbar-fixed-bottom .dropdown .caret { - border-top: 0; + border-top: 0 dotted; border-bottom: 4px solid #000000; content: ""; } |
