Ticket #47150: 47150.3.diff
| File 47150.3.diff, 1022 bytes (added by , 7 years ago) |
|---|
-
src/wp-includes/css/media-views.css
87 87 .media-frame input[type="url"], 88 88 .media-frame textarea, 89 89 .media-frame select { 90 padding: 6px 8px; 91 box-shadow: 0 0 0 transparent; 92 transition: box-shadow 0.1s linear; 93 border: 1px solid #7e8993; 94 border-radius: 4px; 90 95 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 91 96 font-size: 12px; 92 border-width: 1px;93 border-style: solid;94 border-color: #ddd;95 97 } 96 98 97 99 .media-frame input[type="text"]:focus, … … 102 104 .media-frame input[type="url"]:focus, 103 105 .media-frame textarea:focus, 104 106 .media-frame select:focus { 105 border-color: #5b9dd9; 107 border-color: #007cba; 108 box-shadow: 0 0 0 1px #007cba; 109 outline: 2px solid transparent; 110 outline-offset: -2px; 106 111 } 107 112 108 113 .media-frame input:disabled,
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)