Round back the buttons, fixes #11502

git-svn-id: http://svn.automattic.com/wordpress/branches/2.9@12474 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-12-21 20:34:48 +00:00
parent 36cd8eec3d
commit c69eda3791
3 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -31,6 +31,7 @@ select option {
#pass-strength-result.strong,
#pass-strength-result.short,
.button-highlighted,
input.button-highlighted,
#quicktags #ed_strong,
#ed_reply_toolbar #ed_reply_strong {
font-weight: bold;
@ -378,9 +379,13 @@ form p.submit a.cancel:hover {
.submit input,
.button,
input.button,
.button-primary,
input.button-primary,
.button-secondary,
input.button-secondary,
.button-highlighted,
input.button-highlighted,
#postcustomstuff .submit input {
text-decoration: none;
font-size: 11px !important;

View File

@ -428,7 +428,7 @@ function wp_default_styles( &$styles ) {
// all colors stylesheets need to have the same query strings (cache manifest compat)
$colors_version = '20091217';
$styles->add( 'wp-admin', "/wp-admin/wp-admin$suffix.css", array(), '20091217' );
$styles->add( 'wp-admin', "/wp-admin/wp-admin$suffix.css", array(), '20091221' );
$styles->add_data( 'wp-admin', 'rtl', "/wp-admin/rtl$suffix.css" );
$styles->add( 'ie', '/wp-admin/css/ie.css', array(), '20091217' );