Changeset 2909202
- Timestamp:
- 05/07/2023 11:09:03 PM (3 years ago)
- Location:
- environment-debug-admin-toolbar
- Files:
-
- 2 edited
-
tags/1.1.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
environment-debug-admin-toolbar/tags/1.1.0/readme.txt
r2909198 r2909202 64 64 = Can I set my own colors? = 65 65 66 <pre><code> 67 add_action( 'admin_head', function () { 68 echo '<style> 66 `add_action( 'admin_head', function () { 67 echo '\<style> 69 68 #wp-admin-bar-edt-group .env-type-1 { background-color: rgba(255,255,255,.1); } 70 69 #wp-admin-bar-edt-group .env-type-2 { background-color: #59B122; } … … 72 71 #wp-admin-bar-edt-group .env-type-9 { background-color: #B12229; } 73 72 #wp-admin-bar-edt-group .env-type-0 { background-color: #B12229; } 74 </style>'; 75 }); 76 </code></pre> 73 \</style>'; 74 });` 77 75 78 76 = Can I disable all styles? = -
environment-debug-admin-toolbar/trunk/readme.txt
r2909198 r2909202 64 64 = Can I set my own colors? = 65 65 66 <pre><code> 67 add_action( 'admin_head', function () { 68 echo '<style> 66 `add_action( 'admin_head', function () { 67 echo '\<style> 69 68 #wp-admin-bar-edt-group .env-type-1 { background-color: rgba(255,255,255,.1); } 70 69 #wp-admin-bar-edt-group .env-type-2 { background-color: #59B122; } … … 72 71 #wp-admin-bar-edt-group .env-type-9 { background-color: #B12229; } 73 72 #wp-admin-bar-edt-group .env-type-0 { background-color: #B12229; } 74 </style>'; 75 }); 76 </code></pre> 73 \</style>'; 74 });` 77 75 78 76 = Can I disable all styles? =
Note: See TracChangeset
for help on using the changeset viewer.