Skip to content

Commit

Permalink
Some browsers apply their own styles to <select>
Browse files Browse the repository at this point in the history
  • Loading branch information
0ip committed Apr 11, 2012
1 parent bf82317 commit 5c79eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ep_headings/templates/editbarButtons.ejs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<li class="separator"></li>
<li id="headings" style="width: auto; background: #fff;">
<select id="heading-selection" style="border: 0; outline: none;">
<select id="heading-selection" style="border: 0; outline: none; background: #fff;">
<option value="dummy" selected>Heading</option>
<option value="-1">Normal</option>
<option value="0">Heading 1</option>
Expand Down

0 comments on commit 5c79eba

Please sign in to comment.