Ticket #31203: 31203.diff
| File 31203.diff, 1.6 KB (added by , 11 years ago) |
|---|
-
src/wp-admin/css/themes.css
361 361 text-indent: 4px; 362 362 } 363 363 364 .theme-browser .theme.add-new-theme :hover .theme-screenshot,365 .theme-browser .theme.add-new-theme :focus .theme-screenshot {364 .theme-browser .theme.add-new-theme a:hover .theme-screenshot, 365 .theme-browser .theme.add-new-theme a:focus .theme-screenshot { 366 366 background: none; 367 367 } 368 368 369 .theme-browser .theme.add-new-theme :hover span:after,370 .theme-browser .theme.add-new-theme :focus span:after {369 .theme-browser .theme.add-new-theme a:hover span:after, 370 .theme-browser .theme.add-new-theme a:focus span:after { 371 371 background: #fff; 372 372 color: #0074a2; 373 373 } 374 374 375 .theme-browser .theme.add-new-theme :hover:after,376 .theme-browser .theme.add-new-theme :focus:after{375 .theme-browser .theme.add-new-theme a:hover, 376 .theme-browser .theme.add-new-theme a:focus { 377 377 border-color: transparent; 378 378 color: #fff; 379 379 background: #0074a2; 380 content: ''; 380 -webkit-box-shadow: none; 381 box-shadow: none; 381 382 } 382 383 383 384 .theme-browser .theme.add-new-theme .theme-name { … … 389 390 position: relative; 390 391 top: 0; 391 392 margin-top: -10%; 392 margin-bottom: 10%; 393 padding-bottom: -webkit-calc( 10% + 15px ); 394 padding-bottom: calc( 10% + 15px ); 393 395 } 394 396 395 .theme-browser .theme.add-new-theme :hover .theme-name,396 .theme-browser .theme.add-new-theme :focus .theme-name {397 .theme-browser .theme.add-new-theme a:hover .theme-name, 398 .theme-browser .theme.add-new-theme a:focus .theme-name { 397 399 color: #fff; 398 400 z-index: 2; 399 401 }