PluginProbe ʕ •ᴥ•ʔ
Show Current Template / 0.3.4
Show Current Template v0.3.4
trunk 0.2.0 0.2.1 0.2.2 0.3.0 0.3.1 0.3.2 0.3.3 0.3.4 0.4.0 0.4.1 0.4.2 0.4.3 0.4.4 0.4.4-alpha 0.4.4-beta 0.4.5 0.4.6 0.5.0 0.5.1 0.5.2 0.5.3 0.5.4
show-current-template / css / style.css
show-current-template / css Last commit date
style-old.css 9 years ago style-old.css.map 9 years ago style.css 9 years ago style.css.map 9 years ago
style.css
33 lines
1 /*
2 Document : style.css
3 Created on : 2013/01/21, 16:04:46
4 Updated on : 2016/10/17, 18:42
5 Author : tai
6 Description:
7 The stylesheet for the plugin.
8 */
9 #wpadminbar .show-template-name, #wpadminbar .hover .show-template-name {
10 font-family: monospace;
11 text-shadow: none; }
12 #wpadminbar #wp-admin-bar-included_files_path .ab-item {
13 height: auto;
14 padding-bottom: 1rem; }
15 #wpadminbar #wp-admin-bar-included_files_path .ab-item div {
16 font-family: monospace;
17 text-shadow: none;
18 color: #fff; }
19 #wpadminbar .hover .show-template-name:hover {
20 color: #2ea2cc; }
21 #wpadminbar #wp-admin-bar-included_files_path .ab-item #included-files-list li {
22 line-height: 1.5; }
23 #wpadminbar #wp-admin-bar-included_files_path .ab-item #included-files-list li:hover {
24 color: #2ea2cc; }
25 #wpadminbar #included-files-list {
26 margin-left: 20px; }
27
28 #wp-admin-bar-show_template_file_name_on_top-default {
29 max-height: 90vh;
30 overflow-x: hidden; }
31
32 /*# sourceMappingURL=style.css.map */
33