Round back the buttons, see #11502
git-svn-id: http://svn.automattic.com/wordpress/trunk@12463 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
53dfdc063b
commit
9fa732df33
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
|
@ -443,7 +443,7 @@ function wp_default_styles( &$styles ) {
|
|||
$styles->add( 'colors-classic', "/wp-admin/css/colors-classic$suffix.css", array(), $colors_version);
|
||||
$styles->add_data( 'colors-classic', 'rtl', true );
|
||||
|
||||
$styles->add( 'global', "/wp-admin/css/global$suffix.css", array(), '20091217' );
|
||||
$styles->add( 'global', "/wp-admin/css/global$suffix.css", array(), '20091219' );
|
||||
$styles->add( 'media', "/wp-admin/css/media$suffix.css", array(), '20091029' );
|
||||
$styles->add( 'widgets', "/wp-admin/css/widgets$suffix.css", array(), '20091118' );
|
||||
$styles->add( 'dashboard', "/wp-admin/css/dashboard$suffix.css", array(), '20091211' );
|
||||
|
|
Loading…
Reference in New Issue