Changeset 26637
- Timestamp:
- 12/04/2013 09:39:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/colors.css
r26635 r26637 698 698 #adminmenu a { 699 699 color: #eee; 700 -webkit-transition: all .1s ease-in-out;701 -moz-transition: all .1s ease-in-out;702 transition: all .1s ease-in-out;703 700 } 704 701 … … 1182 1179 #adminmenu li.wp-menu-open { 1183 1180 border-color: #dfdfdf; 1184 }1185 1186 #adminmenu li.menu-top,1187 #adminmenu li.opensub > a.menu-top,1188 #adminmenu li > a.menu-top {1189 -webkit-transition: all .1s ease-in-out;1190 -moz-transition: all .1s ease-in-out;1191 transition: all .1s ease-in-out;1192 1181 } 1193 1182
Note: See TracChangeset
for help on using the changeset viewer.