2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Merge pull request #15703 from kkirsche/patch-9

[Fix Issue #15683] `readonly` input should not have a not-allowed cursor
This commit is contained in:
Mark Otto
2015-02-17 11:31:36 -08:00
2 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -141,10 +141,14 @@ output {
&[disabled],
&[readonly],
fieldset[disabled] & {
cursor: @cursor-disabled;
background-color: @input-bg-disabled;
opacity: 1; // iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655
}
&[disabled],
fieldset[disabled] & {
cursor: @cursor-disabled;
}
// Reset height for `textarea`s
textarea& {