Make WordPress Core

Changeset 26170


Ignore:
Timestamp:
11/14/2013 07:45:25 PM (10 years ago)
Author:
iammattthomas
Message:

Add a :disabled style for radio inputs and checkboxes. Fixes #26004.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/colors-fresh.css

    r26165 r26170  
    3636    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
    3737    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
     38}
     39
     40input[type=checkbox]:disabled,
     41input[type=radio]:disabled,
     42input[type=checkbox]:disabled:checked:before,
     43input[type=radio]:disabled:checked:before {
     44    opacity: 0.5;
    3845}
    3946
Note: See TracChangeset for help on using the changeset viewer.