-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
32 lines (27 loc) · 822 Bytes
/
style.css
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
/*
Document : style.css
Created on : 2013/01/21, 16:04:46
Updated on : 2013/12/23, 15:06
Author : tai
Description:
The stylesheet for the plugin.
*/
#wpadminbar .show-template-name,
#wpadminbar .hover .show-template-name,
#wpadminbar .quicklinks .menupop ul li#wp-admin-bar-included_files_path .ab-item div {
font-family: monospace;
text-shadow: none;
}
#wpadminbar .quicklinks .menupop ul li#wp-admin-bar-included_files_path .ab-item {
height: auto;
}
#wpadminbar .quicklinks .menupop ul li#wp-admin-bar-included_files_path .ab-item div {
color: #fff;
}
#wpadminbar .hover .show-template-name:hover,
#wpadminbar .quicklinks .menupop ul li#wp-admin-bar-included_files_path .ab-item #included-files-list li:hover {
color: #2ea2cc;
}
#included-files-list {
margin-left: 20px;
}