Make WordPress Core


Ignore:
Timestamp:
11/14/2016 07:11:35 PM (7 years ago)
Author:
westonruter
Message:

Customize: Maximize height of Custom CSS textarea without causing doubled scrollbars.

Textarea will fill vertical height of Custom CSS section for browsers that support calc() and when plugins don't add other controls to the section. Also run CSS autoprefixer.

Props michaelarestad, westonruter.
See #35395.
Fixes #38755.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/customize-preview.css

    r39228 r39229  
    5656    text-align: center;
    5757    cursor: pointer;
     58    -webkit-box-sizing: border-box;
     59    -moz-box-sizing: border-box;
    5860    box-sizing: border-box;
    5961    padding: 3px;
     
    8789
    8890.customize-partial-edit-shortcut button:focus {
     91    -webkit-box-shadow: 0 0 0 2px #008ec2;
    8992    box-shadow: 0 0 0 2px #008ec2;
    9093}
Note: See TracChangeset for help on using the changeset viewer.