Whole bunch of font/color/shadow updates from Matt Thomas. fixes #8157

git-svn-id: https://develop.svn.wordpress.org/trunk@9797 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2008-11-19 22:51:24 +00:00
parent dea9c68dd6
commit 12c4e27c03
5 changed files with 95 additions and 52 deletions

View File

@@ -129,9 +129,17 @@ h3.info-box-title,
background-color: #dfdfdf;
}
.form-table th, .form-wrap label {
color: #222;
}
.setting-description, .form-wrap p {
color: #999;
}
.form-table tr,
.form-wrap .form-field {
background-color: #f9f9f9;
background-color: #f3f3f3;
}
select {
@@ -296,6 +304,11 @@ td.help {
background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;
}
#wpcontent select {
background: url(../images/white-grad.png) repeat-x scroll left top;
color: #555;
}
.button-secondary,
.submit .button-secondary {
border-color: #CFE1EF;
@@ -305,6 +318,7 @@ td.help {
.button-primary,
.submit .button-primary {
border-color: #21759B;
font-weight: bold;
color: #FFF;
background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
}
@@ -343,8 +357,7 @@ a:hover,
#login form .submit input:hover,
div.dashboard-widget-submit input:hover,
#media-upload a.del-link:hover,
.ui-tabs-nav a:hover,
#user_info a:hover {
.ui-tabs-nav a:hover {
color: #d54e21;
}
@@ -359,8 +372,7 @@ div.dashboard-widget-submit input:hover,
}
.button-primary:hover {
border-color: #156079;
background-image: inherit;
color: #EAF2FA;
}
#side-info-column #category-tabs .ui-tabs-selected a {
@@ -719,6 +731,15 @@ body.login {
color: #999;
}
#user_info a:hover {
color: #fff;
text-decoration: underline !important;
}
#user_info a:active {
color: #ccc !important;
}
#user_info a, #user_info a:visited {
color: #ccc;
text-decoration: none;
@@ -1051,7 +1072,6 @@ abbr.required,
background: #6d6d6d url(../images/menu-bits.gif) top left repeat-x;
border-color: #6d6d6d;
color: #fff;
text-shadow: #666 0px -1px 0px;
}
#adminmenu li.wp-has-current-submenu .wp-submenu, #adminmenu li.wp-has-current-submenu ul li a {
@@ -1086,7 +1106,6 @@ abbr.required,
background-color: #f5f5f5;
background-image: none;
border-color: #e3e3e3;
text-shadow: #fff 0px 1px 0px;
}
#adminmenu .wp-submenu ul {
@@ -1341,8 +1360,7 @@ div.star.select:hover {
}
.tablenav .tablenav-pages a:hover {
color: #fff;
background-color: #d54e21;
color: #d54e21;
border-color: #d54321;
}
@@ -1433,8 +1451,9 @@ form p.submit a.cancel:hover {
}
#favorite-first {
border-color: #464646;
background: #797979 url(../images/fav.png) repeat-x 0 center;
border-color: #777 !important;
border-bottom-color: #666 !important;
}
#favorite-inside {
@@ -1451,8 +1470,8 @@ form p.submit a.cancel:hover {
}
#favorite-inside a:hover {
background-color: #8f8f8f;
color: #fff;
text-decoration: underline;
}
#favorite-actions .slide-down {

View File

@@ -132,11 +132,6 @@ div.postbox div.inside {
border-top: none;
}
#dashboard_right_now .b,
#dashboard_right_now .b a {
color: #2583ad;
}
#dashboard_right_now td.b {
padding-right: 6px;
text-align: right;
@@ -148,6 +143,10 @@ div.postbox div.inside {
font-size: 18px;
}
#dashboard_right_now td.b a:hover {
color: #d54e21;
}
#dashboard_right_now .t {
font-size: 12px;
padding-right: 12px;
@@ -185,8 +184,6 @@ div.postbox div.inside {
#dashboard_right_now .versions a,
#dashboard_right_now .versions .b {
font-style: normal;
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
font-size: 12px;
}
#dashboard_right_now a.button {

View File

@@ -250,7 +250,7 @@ h6 {
margin: 0 0 5px;
padding: 0;
white-space: nowrap;
font-size: 12px;
font-size: 11px;
float: left;
}