diff --git src/wp-admin/css/common.css src/wp-admin/css/common.css
index d4782fd..de9acfb 100644
|
|
div.error p, |
1289 | 1289 | padding: 2px; |
1290 | 1290 | } |
1291 | 1291 | |
1292 | | .notice.is-dismissible { |
| 1292 | .wp-core-ui .notice.is-dismissible { |
1293 | 1293 | padding-right: 38px; |
1294 | 1294 | position: relative; |
1295 | 1295 | } |
1296 | 1296 | |
1297 | 1297 | .notice-dismiss { |
1298 | | height: 38px; |
1299 | | width: 38px; |
1300 | 1298 | position: absolute; |
1301 | 1299 | top: 0; |
1302 | | right: 0; |
| 1300 | right: 1px; |
1303 | 1301 | border: none; |
1304 | 1302 | margin: 0; |
1305 | | padding: 11px; |
| 1303 | padding: 9px; |
1306 | 1304 | background: none; |
1307 | 1305 | color: #b4b9be; |
1308 | 1306 | cursor: pointer; |
1309 | 1307 | } |
1310 | 1308 | |
| 1309 | .notice-dismiss:before { |
| 1310 | position: relative; |
| 1311 | top: 0; |
| 1312 | left: 0; |
| 1313 | line-height: 20px; |
| 1314 | } |
| 1315 | |
1311 | 1316 | .notice-dismiss:hover:before, |
1312 | 1317 | .notice-dismiss:active:before, |
1313 | 1318 | .notice-dismiss:focus:before { |
1314 | 1319 | color: #c00; |
1315 | 1320 | } |
1316 | 1321 | |
1317 | | .notice-dismiss:active, |
1318 | 1322 | .notice-dismiss:focus { |
1319 | 1323 | outline: none; |
1320 | 1324 | -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8); |
… |
… |
img { |
3176 | 3180 | line-height: 175%; |
3177 | 3181 | } |
3178 | 3182 | |
3179 | | .notice.is-dismissible { |
| 3183 | .wp-core-ui .notice.is-dismissible { |
3180 | 3184 | padding-right: 46px; |
3181 | 3185 | } |
3182 | 3186 | |
3183 | 3187 | .notice-dismiss { |
3184 | | height: 46px; |
3185 | | width: 46px; |
3186 | | padding: 16px; |
| 3188 | padding: 13px; |
3187 | 3189 | } |
3188 | 3190 | |
3189 | 3191 | .wrap .icon32 + h2 { |