File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ label[for='snippet_description'] h3 div {
17
17
position : absolute ;
18
18
}
19
19
20
+ ul .tagit {
21
+ background-color : #fff ;
22
+ }
23
+
20
24
/* Add spacing in between the action buttons */
21
25
.submit .button {
22
26
margin-right : .5em ;
@@ -38,7 +42,7 @@ label[for='snippet_description'] h3 div {
38
42
39
43
border : 1px solid #dfdfdf ;
40
44
border-radius : 3px ;
41
- background-color : #fff ;;
45
+ background-color : #fff ;
42
46
}
43
47
44
48
.CodeMirror-scroll {
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ function code_snippets_load_single_menu() {
90
90
require plugin_dir_path ( __FILE__ ) . 'admin-help.php ' ;
91
91
92
92
/* Enqueue the code editor and other scripts and styles */
93
- add_filter ( 'admin_enqueue_scripts ' , 'code_snippets_enqueue_codemirror ' );
93
+ add_action ( 'admin_enqueue_scripts ' , 'code_snippets_enqueue_codemirror ' , 9 );
94
94
95
95
/* Don't allow visiting the edit snippet page without a valid ID */
96
96
if ( code_snippets_get_menu_slug ( 'edit ' ) === $ _REQUEST ['page ' ] ) {
You can’t perform that action at this time.
0 commit comments