diff options
| author | Mark Otto <[email protected]> | 2014-12-23 22:57:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-23 22:57:03 -0800 |
| commit | 952be04cb0b16f393b4440638cd5301a92cf3e43 (patch) | |
| tree | 642557b63895ad7d38344cf12c8416e4b8f9d8c3 /dist/css/bootstrap.css | |
| parent | 6011b4678b98efc3cc244b0faf88fcf0b7a3d119 (diff) | |
| download | bootstrap-952be04cb0b16f393b4440638cd5301a92cf3e43.tar.xz bootstrap-952be04cb0b16f393b4440638cd5301a92cf3e43.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c7b0caa3b..4890b50a7 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1953,15 +1953,19 @@ output { } .form-control::-webkit-input-placeholder { color: #999; + opacity: 1; } .form-control::-moz-placeholder { color: #999; + opacity: 1; } .form-control:-ms-input-placeholder { color: #999; + opacity: 1; } .form-control::placeholder { color: #999; + opacity: 1; } .form-control:disabled, .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; @@ -4932,10 +4936,6 @@ a.list-group-item-state.active, a.list-group-item-state.active:hover, a.list-gro z-index: 1030; } -.show { - display: block !important; -} - [hidden] { display: none !important; } @@ -4952,11 +4952,6 @@ a.list-group-item-state.active, a.list-group-item-state.active:hover, a.list-gro border: 0; } -.hidden { - display: none !important; - visibility: hidden !important; -} - .affix { position: fixed; } |
