Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#27906 closed defect (bug) (fixed)

Non-standard disabled input field style

Reported by: nabil_kadimi's profile nabil_kadimi Owned by: nacin's profile nacin
Milestone: 3.9.1 Priority: normal
Severity: normal Version: 3.9
Component: Customize Keywords: has-patch commit fixed-major
Focuses: Cc:

Description

In the dashboard, text input fields are not grayed when there are disabled or when they have the "disabled" class:
Preview: http://jsbin.com/larih

Attachments (4)

27906-38.png (10.9 KB) - added by ocean90 10 years ago.
27906-39.png (10.8 KB) - added by ocean90 10 years ago.
27906.patch (1.5 KB) - added by ocean90 10 years ago.
27906-1.patch (2.9 KB) - added by nabil_kadimi 10 years ago.

Download all attachments as: .zip

Change History (12)

@ocean90
10 years ago

@ocean90
10 years ago

@ocean90
10 years ago

#1 @ocean90
10 years ago

  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 3.9.1

The styles are overridden by some later rules. 27906.patch fixes that.

#2 @nabil_kadimi
10 years ago

I just uploaded the patch 27906-1.patch which fixes both forms.css and forms-rtl.css.

#3 @nabil_kadimi
10 years ago

  • Keywords needs-refresh reporter-feedback added

#4 @ocean90
10 years ago

  • Keywords needs-refresh reporter-feedback removed

nabil_kadimi, no need to patch RTL files, these are auto-generated on build process.

#5 @helen
10 years ago

In 28179:

Don't allow disabled input styling to get lost in the cascade. props ocean90. see #27906 for trunk.

#6 @helen
10 years ago

  • Keywords fixed-major added

#7 @nacin
10 years ago

  • Keywords commit added

#8 @nacin
10 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In 28202:

Don't allow disabled input styling to get lost in the cascade.

Merges [28179] to the 3.9 branch.

props ocean90.
fixes #27906.

Note: See TracTickets for help on using tickets.