5a95f91a by Marty Penner

Revert "Remove custom admin menu styling"

This reverts commit e3b1c327.
1 parent 90fec61f
...@@ -1218,6 +1218,15 @@ div.wrap > h2 { ...@@ -1218,6 +1218,15 @@ div.wrap > h2 {
1218 font-size: 25px; 1218 font-size: 25px;
1219 } 1219 }
1220 1220
1221 #adminmenu > li.wp-first-item {
1222 border-top: 3px solid #ddd;
1223 }
1224
1225 #adminmenu > li.wp-first-item a,
1226 #adminmenu > li.wp-first-item.wp-menu-open {
1227 border-top: none;
1228 }
1229
1221 /**** Event Editing ****/ 1230 /**** Event Editing ****/
1222 1231
1223 div.cct-fields > .fieldset-heading:first-child { 1232 div.cct-fields > .fieldset-heading:first-child {
......