mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
Rebuild bootstrap
This commit is contained in:
14
docs/assets/css/bootstrap.css
vendored
14
docs/assets/css/bootstrap.css
vendored
@@ -816,18 +816,23 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
|
||||
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
||||
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
||||
cursor: not-allowed;
|
||||
cursor: text;
|
||||
padding: 4px 3px 4px 5px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.uneditable-input[disabled], .uneditable-textarea[disabled] {
|
||||
background-color: #f5f5f5;
|
||||
border-color: #ddd;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.uneditable-input {
|
||||
white-space: pre;
|
||||
overflow: hidden;
|
||||
}
|
||||
.uneditable-textarea {
|
||||
height: 54px;
|
||||
white-space: pre-wrap;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.uneditable-textarea[rows="1"] {
|
||||
height: 36px;
|
||||
@@ -1090,9 +1095,6 @@ textarea.editor-ckeditor {
|
||||
-moz-border-radius: 14px;
|
||||
border-radius: 14px;
|
||||
}
|
||||
.uneditable-form .uneditable-input, .uneditable-form .uneditable-textarea {
|
||||
cursor: text;
|
||||
}
|
||||
.uneditable-form .form-actions {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user