Changeset 32089
- Timestamp:
- 04/08/2015 09:38:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/admin-menu.css
r32075 r32089 8 8 9 9 #adminmenuback { 10 position: absolute;10 position: fixed; 11 11 top: 0; 12 bottom: 0;13 z-index: -1;12 bottom: -120px; 13 z-index: 9980; /* just beneath #adminmenuwrap */ 14 14 } 15 15 … … 934 934 } 935 935 } 936
Note: See TracChangeset
for help on using the changeset viewer.