Property changes on: .
___________________________________________________________________
Name: svn:ignore
+ .htaccess
wp-config.php
|
|
|
506 | 506 | #sidemenu a .update-plugins, |
507 | 507 | #rightnow .reallynow, |
508 | 508 | #plugin-information .action-button { |
509 | | background-color: #d54e21; |
| 509 | background-color: #464646; |
510 | 510 | color: #fff; |
| 511 | -moz-box-shadow: #fff 0 -1px 0; |
| 512 | -khtml-box-shadow: #fff 0 -1px 0; |
| 513 | -webkit-box-shadow: #fff 0 -1px 0; |
| 514 | box-shadow: #fff 0 -1px 0; |
511 | 515 | } |
512 | 516 | |
513 | | #adminmenu li a:hover #awaiting-mod, |
514 | | #adminmenu li a:hover .update-plugins, |
515 | | #sidemenu li a:hover .update-plugins { |
516 | | background-color: #264761; |
517 | | color: #fff; |
518 | | } |
519 | | |
520 | 517 | #adminmenu li.current a #awaiting-mod, |
521 | 518 | #adminmenu li a.wp-has-current-submenu .update-plugins{ |
522 | | background-color: #fff; |
523 | | color: #000; |
524 | | text-shadow: none; |
525 | | -moz-box-shadow: rgba(0,0,0,0.4) 0 -1px 0; |
526 | | -khtml-box-shadow: rgba(0,0,0,0.4) 0 -1px 0; |
527 | | -webkit-box-shadow: rgba(0,0,0,0.4) 0 -1px 0; |
528 | | box-shadow: rgba(0,0,0,0.4) 0 -1px 0; |
529 | | } |
530 | | |
531 | | #adminmenu li.current a:hover #awaiting-mod, |
532 | | #adminmenu li.current a:hover .update-plugins, |
533 | | #adminmenu li.wp-has-current-submenu a:hover #awaiting-mod, |
534 | | #adminmenu li.wp-has-current-submenu a:hover .update-plugins { |
535 | | background-color: #264761; |
| 519 | background-color: #464646; |
536 | 520 | color: #fff; |
537 | | -moz-box-shadow: none; |
538 | | -khtml-box-shadow: none; |
539 | | -webkit-box-shadow: none; |
540 | | box-shadow: none; |
| 521 | -moz-box-shadow: #fff 0 -1px 0; |
| 522 | -khtml-box-shadow: #fff 0 -1px 0; |
| 523 | -webkit-box-shadow: #fff 0 -1px 0; |
| 524 | box-shadow: #fff 0 -1px 0; |
541 | 525 | } |
542 | 526 | |
543 | 527 | div#media-upload-header, |
… |
… |
|
1090 | 1074 | background: #aaa url(../images/menu-bits.gif) top left repeat-x; |
1091 | 1075 | border: #aaa 1px solid; |
1092 | 1076 | color: #000; |
1093 | | text-shadow: #fff 0px 1px 0px; |
1094 | 1077 | } |
1095 | 1078 | |
1096 | 1079 | #adminmenu li.wp-has-current-submenu .wp-submenu, |
… |
… |
|
1123 | 1106 | background-color: #f5f5f5; |
1124 | 1107 | background-image: none; |
1125 | 1108 | border-color: #e3e3e3; |
1126 | | text-shadow: rgba(255,255,255,1) 0 1px 0; |
1127 | 1109 | } |
1128 | 1110 | |
1129 | 1111 | #adminmenu .wp-submenu ul { |