Ticket #13190: 13190.1.diff
| File 13190.1.diff, 2.5 KB (added by kpdesign, 3 years ago) |
|---|
-
wp-admin/css/colors-classic.dev.css
947 947 948 948 #quicktags, 949 949 .wp_themeSkin tr.mceFirst td.mceToolbar { 950 background: # e3eef7url("../images/ed-bg-vs.gif") repeat-x scroll left top;950 background: #d5e6f2 url("../images/ed-bg-vs.gif") repeat-x scroll left top; 951 951 } 952 952 .wp_themeSkin tr.mceFirst td.mceToolbar { 953 953 border-color: #dfdfdf; … … 1718 1718 .comment-ays th { 1719 1719 background-color: #f1f1f1; 1720 1720 } 1721 1722 #nav-menu-header, .menu-item-handle { 1723 background: url("../images/blue-grad.png") repeat-x scroll left top #d5e6f2; 1724 } 1725 1726 #menu-management .nav-tab-active { 1727 background: #eaf3fa; 1728 border-bottom-color: #eaf3fa; 1729 } 1730 No newline at end of file -
wp-admin/css/colors-fresh.dev.css
1693 1693 .comment-ays th { 1694 1694 background-color: #f1f1f1; 1695 1695 } 1696 1697 #nav-menu-header, .menu-item-handle { 1698 background: url("../images/gray-grad.png") repeat-x scroll left top #dfdfdf; 1699 } 1700 1701 #menu-management .nav-tab-active { 1702 background: #ececec; 1703 border-bottom-color: #ececec; 1704 } 1705 No newline at end of file -
wp-admin/css/nav-menu.dev.css
62 62 } 63 63 64 64 #nav-menu-header { 65 background: url("../images/gray-grad.png") repeat-x scroll left top #dfdfdf;66 65 border-width: 1px 1px 0 1px; 67 66 -moz-border-radius-topleft: 6px; 68 67 -webkit-border-top-left-radius: 6px; … … 153 152 } 154 153 155 154 #menu-management .nav-tab-active { 156 background: #ececec;157 155 border-color:#ccc; 158 border-bottom-color: #ececec;159 156 } 160 157 161 158 #select-nav-menu-container { … … 317 314 padding: 1em 0; 318 315 } 319 316 320 .menu ul { width: 100%; } 317 .menu ul { 318 width: 100%; 319 } 321 320 .menu ul.sub-menu { 322 321 } 323 322 .menu li { … … 330 329 margin-top: 13px; 331 330 } 332 331 .menu-item-handle { 333 background: url("../images/gray-grad.png") repeat-x scroll left top #DFDFDF;334 332 border: 1px solid #E6E6E6; 335 333 position: relative; 336 334 padding-left: 10px; … … 521 519 /* Major/minor publishing actions (classes) */ 522 520 .major-publishing-actions { 523 521 padding: 5px 10px; 524 border-bottom: 1px solid #eee;525 522 } 526 523 .major-publishing-actions .publishing-action { 527 524 text-align: right;
