-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoggle-admin.css
More file actions
34 lines (33 loc) · 765 Bytes
/
toggle-admin.css
File metadata and controls
34 lines (33 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/**
* Admin CSS
*
* @package Custom Field Toggle
*
*/
#ToggleForm .form-field input {
width: 25em;
}
#Toggles .toggle-preview {
display: inline-block;
height: 40px;
width: 60px;
}
#Toggles .toggle-preview.on-off {
background: url(images/ui-screenshot.png) 50% 20% no-repeat;
background-size: contain;
}
.cft-icons {
background: url(images/ui-admin-icon-32.png) top left no-repeat;
}
li#toplevel_page_custom-field-toggle .wp-menu-image {
background: url(images/ui-admin-icon.png) top left no-repeat;
content: "";
display: block;
height: 16px;
margin: 6px 7px;
width: 16px !important;
}
li#toplevel_page_custom-field-toggle a:hover .wp-menu-image,
li#toplevel_page_custom-field-toggle a.current .wp-menu-image {
background-position: top right;
}