Make WordPress Core

Changeset 51996


Ignore:
Timestamp:
11/02/2021 11:18:46 PM (4 years ago)
Author:
hellofromTonya
Message:

Customizer: Make range controls full width.

Adds CSS for range controls in the Customizer to be as wide as possible allowing for smaller increments to be more easily obtained by the user.

Follow-up to [28930].

Props domainsupport, dlh, sabernhardt, audrasjb.
Fixes #54329.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/customize-controls.css

    r51727 r51996  
    950950.customize-control input[type="search"],
    951951.customize-control input[type="tel"],
    952 .customize-control input[type="url"] {
     952.customize-control input[type="url"],
     953.customize-control input[type="range"] {
    953954    width: 100%;
    954955    margin: 0;
Note: See TracChangeset for help on using the changeset viewer.