Ticket #22284: 22284.diff

File 22284.diff, 1.2 KB (added by lessbloat, 6 months ago)
  • wp-includes/css/media-views.css

     
    1414        margin-top: 3px; 
    1515} 
    1616 
     17.media-modal { 
     18        font-family: sans-serif; 
     19} 
     20 
     21input[type="text"], 
     22input[type="password"], 
     23input[type="number"], 
     24input[type="search"], 
     25input[type="email"], 
     26input[type="url"], 
     27textarea, 
     28select { 
     29        -moz-box-sizing: border-box; 
     30        -webkit-box-sizing: border-box; 
     31        -ms-box-sizing: border-box; /* ie8 only */ 
     32        box-sizing: border-box; 
     33        -webkit-border-radius: 3px; 
     34        border-radius: 3px; 
     35        border-width: 1px; 
     36        border-style: solid; 
     37        border-color: #dfdfdf; 
     38} 
     39 
     40input[type="search"] { 
     41        -webkit-appearance: textfield; 
     42} 
     43 
    1744/** 
    1845 * Modal 
    1946 */ 
     
    208235.media-sidebar .setting span { 
    209236        min-width: 30%; 
    210237        margin-right: 4%; 
     238        font-size: 12px; 
    211239} 
    212240 
    213241.media-sidebar .setting select { 
     
    433461        padding: 0; 
    434462        margin: 0 10px 20px; 
    435463        color: #464646; 
     464        list-style: none; 
    436465 
    437466        -webkit-user-select: none; 
    438467        -moz-user-select:    none; 
     
    11541183        width: 100%; 
    11551184        max-width: 400px; 
    11561185        margin: 1px 0; 
    1157 } 
     1186} 
     1187 No newline at end of file