show-current-template
Last commit date
languages
12 years ago
README.md
12 years ago
readme.txt
10 years ago
show-current-template.php
12 years ago
show-current-template.pot
12 years ago
style-old.css
12 years ago
style.css
12 years ago
style.css
32 lines
| 1 | /* |
| 2 | Document : style.css |
| 3 | Created on : 2013/01/21, 16:04:46 |
| 4 | Updated on : 2014/01/26, 23:16 |
| 5 | Author : tai |
| 6 | Description: |
| 7 | The stylesheet for the plugin. |
| 8 | */ |
| 9 | |
| 10 | #wpadminbar .show-template-name, |
| 11 | #wpadminbar .hover .show-template-name, |
| 12 | #wpadminbar #wp-admin-bar-included_files_path .ab-item div { |
| 13 | font-family: monospace; |
| 14 | text-shadow: none; |
| 15 | } |
| 16 | |
| 17 | #wpadminbar #wp-admin-bar-included_files_path .ab-item { |
| 18 | height: auto; |
| 19 | } |
| 20 | |
| 21 | #wpadminbar #wp-admin-bar-included_files_path .ab-item div { |
| 22 | color: #fff; |
| 23 | } |
| 24 | |
| 25 | #wpadminbar .hover .show-template-name:hover, |
| 26 | #wpadminbar #wp-admin-bar-included_files_path .ab-item #included-files-list li:hover { |
| 27 | color: #2ea2cc; |
| 28 | } |
| 29 | |
| 30 | #wpadminbar #included-files-list { |
| 31 | margin-left: 20px; |
| 32 | } |