Make disabled checkboxes and radios slightly less transparent for better visibility on low-contrast screens. Move this rule from colors-fresh to wp-admin as it's not color-specific. Fixes #26004.
Built from https://develop.svn.wordpress.org/trunk@26331 git-svn-id: http://core.svn.wordpress.org/trunk@26233 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f0ec4ea835
commit
456ce72df2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -37,13 +37,6 @@ input[type=radio] {
|
|||
box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
input[type=checkbox]:disabled,
|
||||
input[type=radio]:disabled,
|
||||
input[type=checkbox]:disabled:checked:before,
|
||||
input[type=radio]:disabled:checked:before {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
input[type=checkbox]:checked:before {
|
||||
color: #1e8cbe;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -37,13 +37,6 @@ input[type=radio] {
|
|||
box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
input[type=checkbox]:disabled,
|
||||
input[type=radio]:disabled,
|
||||
input[type=checkbox]:disabled:checked:before,
|
||||
input[type=radio]:disabled:checked:before {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
input[type=checkbox]:checked:before {
|
||||
color: #1e8cbe;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -293,6 +293,13 @@ input[type=radio] {
|
|||
line-height: 10px;
|
||||
}
|
||||
|
||||
input[type=checkbox]:disabled,
|
||||
input[type=radio]:disabled,
|
||||
input[type=checkbox]:disabled:checked:before,
|
||||
input[type=radio]:disabled:checked:before {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
input[type=checkbox]:checked:before,
|
||||
input[type=radio]:checked:before {
|
||||
float: right;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -293,6 +293,13 @@ input[type=radio] {
|
|||
line-height: 10px;
|
||||
}
|
||||
|
||||
input[type=checkbox]:disabled,
|
||||
input[type=radio]:disabled,
|
||||
input[type=checkbox]:disabled:checked:before,
|
||||
input[type=radio]:disabled:checked:before {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
input[type=checkbox]:checked:before,
|
||||
input[type=radio]:checked:before {
|
||||
float: left;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue