mirror of
https://github.com/writeas/writefreely
synced 2025-01-05 20:47:30 +01:00
Make metadata dropdown design consistent
This commit is contained in:
parent
44bfd4573e
commit
2a0298cd46
@ -695,6 +695,7 @@ table.downloads {
|
||||
|
||||
select.inputform, textarea.inputform {
|
||||
border: 1px solid #999;
|
||||
background: white;
|
||||
}
|
||||
|
||||
input, button, select.inputform, textarea.inputform, a.btn {
|
||||
|
@ -65,7 +65,7 @@
|
||||
{{end}}
|
||||
<dt><label for="lang">Language</label></dt>
|
||||
<dd>
|
||||
<select name="lang" id="lang" dir="auto">
|
||||
<select name="lang" id="lang" dir="auto" class="inputform">
|
||||
<option value=""></option>
|
||||
<option value="ab"{{if eq "ab" .Post.Language.String}} selected="selected"{{end}}>аҧсуа бызшәа, аҧсшәа</option>
|
||||
<option value="aa"{{if eq "aa" .Post.Language.String}} selected="selected"{{end}}>Afaraf</option>
|
||||
|
Loading…
Reference in New Issue
Block a user