mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 22:40:23 +00:00
This commit is contained in:
parent
0ed6d3b28e
commit
8609a77bd2
2 changed files with 8 additions and 0 deletions
Binary file not shown.
8
docs/assets/css/bootstrap.css
vendored
8
docs/assets/css/bootstrap.css
vendored
|
|
@ -845,6 +845,14 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
|
|||
margin-bottom: 18px;
|
||||
background-color: #f5f5f5;
|
||||
border-top: 1px solid #ddd;
|
||||
*zoom: 1;
|
||||
}
|
||||
.form-actions:before, .form-actions:after {
|
||||
display: table;
|
||||
content: "";
|
||||
}
|
||||
.form-actions:after {
|
||||
clear: both;
|
||||
}
|
||||
.uneditable-input {
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Reference in a new issue