diff options
| author | Mark Otto <[email protected]> | 2014-03-09 23:58:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-09 23:58:29 -0700 |
| commit | 564b79ca875b2deb88adfc90e08fe4015b8001ce (patch) | |
| tree | da099d75da9528d12dc39a392d4d896cb406fcba /dist/css/bootstrap-rtl.css | |
| parent | 1848b0f24935225add87b02f6096d8e50e604d6b (diff) | |
| download | bootstrap-564b79ca875b2deb88adfc90e08fe4015b8001ce.tar.xz bootstrap-564b79ca875b2deb88adfc90e08fe4015b8001ce.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap-rtl.css')
| -rw-r--r-- | dist/css/bootstrap-rtl.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/css/bootstrap-rtl.css b/dist/css/bootstrap-rtl.css index fd1106f64..9d99514a0 100644 --- a/dist/css/bootstrap-rtl.css +++ b/dist/css/bootstrap-rtl.css @@ -4046,7 +4046,7 @@ tbody.collapse.in { .btn-group > .btn:focus, .btn-group-vertical > .btn:focus { - outline: none; + outline: 0; } .btn-group .btn + .btn, @@ -4801,7 +4801,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { } .navbar-toggle:focus { - outline: none; + outline: 0; } .navbar-toggle .icon-bar { @@ -6571,7 +6571,7 @@ button.close { border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; - outline: none; + outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5); } @@ -7011,7 +7011,7 @@ button.close { color: #fff; text-decoration: none; filter: alpha(opacity=90); - outline: none; + outline: 0; opacity: .9; } |
