mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-05 17:50:03 +00:00
Press This: Obey color scheme. Props azaozz. see #6998
git-svn-id: https://develop.svn.wordpress.org/trunk@7993 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -208,7 +208,7 @@ ul#widget-list li.widget-list-item h4.widget-title {
|
||||
color: #d54e21;
|
||||
}
|
||||
|
||||
#adminmenu a:hover, #sidemenu a:hover {
|
||||
#adminmenu a:hover, #sidemenu a:hover, .ui-tabs-nav a:hover {
|
||||
color: #97c4d8;
|
||||
}
|
||||
|
||||
@@ -296,7 +296,7 @@ ul#widget-list li.widget-list-item h4.widget-title {
|
||||
color: #2e7ca0;
|
||||
}
|
||||
|
||||
#adminmenu a {
|
||||
#adminmenu a, .ui-tabs-nav a {
|
||||
color: #cfebf6;
|
||||
}
|
||||
|
||||
@@ -304,7 +304,7 @@ ul#widget-list li.widget-list-item h4.widget-title {
|
||||
color: #2782af
|
||||
}
|
||||
/* Because we don't want visited on these links */
|
||||
#adminmenu a.current, #sidemenu a.current {
|
||||
#adminmenu a.current, #sidemenu a.current, .ui-tabs-selected a, .ui-tabs-selected a:hover {
|
||||
background-color: #fff;
|
||||
border-color: #07273e;
|
||||
border-bottom-color: #fff;
|
||||
|
||||
@@ -196,7 +196,7 @@ ul#widget-list li.widget-list-item h4.widget-title {
|
||||
border-color: #535353;
|
||||
}
|
||||
|
||||
.submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #adminmenu a:hover, #sidemenu a:hover, #submenu a.current, #submenu a:hover, .submitbox #previewview a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover, #edit-slug-buttons a.save:hover, #media-upload a.delete:hover, #media-upload a.del-link:hover {
|
||||
.submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #adminmenu a:hover, #sidemenu a:hover, #submenu a.current, #submenu a:hover, .submitbox #previewview a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover, #edit-slug-buttons a.save:hover, #media-upload a.delete:hover, #media-upload a.del-link:hover, .ui-tabs-nav a:hover {
|
||||
color: #d54e21;
|
||||
}
|
||||
|
||||
@@ -279,12 +279,12 @@ ul#widget-list li.widget-list-item h4.widget-title {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
#adminmenu a, #submenu a, #poststuff #edButtonPreview, #poststuff #edButtonHTML, #the-comment-list p.comment-author strong a, #media-upload a.del-link, #media-upload a.delete, a {
|
||||
#adminmenu a, #submenu a, #poststuff #edButtonPreview, #poststuff #edButtonHTML, #the-comment-list p.comment-author strong a, #media-upload a.del-link, #media-upload a.delete, .ui-tabs-nav a, a {
|
||||
color: #2583ad;
|
||||
}
|
||||
|
||||
/* Because we don't want visited on these links */
|
||||
#adminmenu a.current, #sidemenu a.current {
|
||||
#adminmenu a.current, #sidemenu a.current, .ui-tabs-selected a, .ui-tabs-selected a:hover {
|
||||
background-color: #fff;
|
||||
border-color: #c6d9e9;
|
||||
border-bottom-color: #fff;
|
||||
|
||||
@@ -77,8 +77,6 @@ div.ui-tabs-panel {
|
||||
-webkit-border-top-right-radius: 4px;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #C6D9E9 rgb(198, 217, 233) rgb(255, 255, 255);
|
||||
color: #D54E21;
|
||||
}
|
||||
|
||||
.ui-tabs-nav .ui-tabs-selected a {
|
||||
@@ -99,7 +97,7 @@ div.ui-tabs-panel {
|
||||
|
||||
.ui-tabs-loading em {
|
||||
padding: 0 0 0 20px;
|
||||
background: url(./images/loading.gif) no-repeat 0 50%;
|
||||
background: url(../images/loading.gif) no-repeat 0 50%;
|
||||
}
|
||||
|
||||
/* Additional IE specific bug fixes... */
|
||||
@@ -357,4 +355,8 @@ div#categories h2 {
|
||||
-khtml-border-top-right-radius: 3px;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user