mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-13 00:54:34 +00:00
Theme list table style improvements. Make 'delete' link red and separate from other actions. New action separators. see #20403.
git-svn-id: https://develop.svn.wordpress.org/trunk@20455 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4312,6 +4312,40 @@ h3.available-themes {
|
||||
|
||||
.available-theme .action-links {
|
||||
margin-top: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.available-theme .action-links li {
|
||||
float: left;
|
||||
padding-right: 10px;
|
||||
margin-right: 10px;
|
||||
border-right: 1px solid #dfdfdf;
|
||||
}
|
||||
|
||||
.available-theme .action-links li:last-child {
|
||||
padding-right: 0;
|
||||
margin-right: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
.available-theme .action-links .delete-theme {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.available-theme .action-links .delete-theme a {
|
||||
color: red;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.available-theme .action-links .delete-theme a:hover {
|
||||
background: red;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.available-theme .action-links p {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#current-theme {
|
||||
|
||||
Reference in New Issue
Block a user