mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Tab interface for Theme and Add New Theme. First pass. Props matveb, dremeda. see #12412
git-svn-id: https://develop.svn.wordpress.org/trunk@13533 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3666,4 +3666,35 @@ div#custom-background-image img {
|
||||
|
||||
div#custom-background-image p.submit {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/* Tab Interface */
|
||||
|
||||
.menu-tabs {
|
||||
border-width: 1px 1px 2px;
|
||||
border-style: solid;
|
||||
border-color: #ccc #ccc #f9f9f9;
|
||||
color: #464646;
|
||||
padding: 4px 20px 6px;
|
||||
text-decoration: none;
|
||||
background-color: #fafafa;
|
||||
margin: 0;
|
||||
-moz-border-radius: 5px 5px 0 0;
|
||||
-webkit-border-top-left-radius: 5px;
|
||||
-webkit-border-top-right-radius: 5px;
|
||||
-khtml-border-top-left-radius: 5px;
|
||||
-khtml-border-top-right-radius: 5px;
|
||||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
}
|
||||
|
||||
.themes-php .wrap h2, .theme-install-php .wrap h2 {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.menu-tab-inactive {
|
||||
border-width: 1px 1px 0;
|
||||
background-color: #fafafa;
|
||||
color: #c1c1c1;
|
||||
margin: 0 6px 0 0;
|
||||
}
|
||||
Reference in New Issue
Block a user