Changeset 8270
- Timestamp:
- 07/07/08 20:58:43 (5 months ago)
- Files:
-
- branches/crazyhorse/wp-admin/admin-header.php (modified) (1 diff)
- branches/crazyhorse/wp-admin/css/colors-fresh.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/crazyhorse/wp-admin/admin-header.php
r8242 r8270 67 67 <div id="wpcontent"> 68 68 <div id="wphead"> 69 <h1>< ?php if ( '' == get_bloginfo('name') ) echo ' '; else echo get_bloginfo('name'); ?><span id="viewsite"><a href="<?php echo trailingslashit( get_option('home') ); ?>"><?php _e('Visit Site') ?></a></span></h1>69 <h1><a href="<?php echo clean_url( admin_url() ); ?>"><?php if ( '' == get_bloginfo('name') ) echo ' '; else echo get_bloginfo('name'); ?></a><span id="viewsite"><a href="<?php echo trailingslashit( get_option('home') ); ?>"><?php _e('Visit Site') ?></a></span></h1> 70 70 </div> 71 71 branches/crazyhorse/wp-admin/css/colors-fresh.css
r8269 r8270 203 203 } 204 204 205 .submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #adminmenu 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 {205 .submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #adminmenu a:hover, #adminmenu ul.wp-submenu 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 { 206 206 color: #d54e21; 207 207 } … … 507 507 } 508 508 509 #wphead h1, # login form input {509 #wphead h1, #wphead h1 a, #login form input { 510 510 color: #555; 511 } 512 513 #wphead h1 a:hover { 514 text-decoration: underline; 511 515 } 512 516
