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:
Ryan Boren
2008-05-25 20:39:16 +00:00
parent 7ed3d82a7c
commit a02f0db149
4 changed files with 37 additions and 24 deletions
+6 -4
View File
@@ -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;
}