mirror of
https://github.com/writeas/writefreely
synced 2025-01-23 11:29:55 +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 {
|
select.inputform, textarea.inputform {
|
||||||
border: 1px solid #999;
|
border: 1px solid #999;
|
||||||
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
input, button, select.inputform, textarea.inputform, a.btn {
|
input, button, select.inputform, textarea.inputform, a.btn {
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
{{end}}
|
{{end}}
|
||||||
<dt><label for="lang">Language</label></dt>
|
<dt><label for="lang">Language</label></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<select name="lang" id="lang" dir="auto">
|
<select name="lang" id="lang" dir="auto" class="inputform">
|
||||||
<option value=""></option>
|
<option value=""></option>
|
||||||
<option value="ab"{{if eq "ab" .Post.Language.String}} selected="selected"{{end}}>аҧсуа бызшәа, аҧсшәа</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>
|
<option value="aa"{{if eq "aa" .Post.Language.String}} selected="selected"{{end}}>Afaraf</option>
|
||||||
|
Loading…
Reference in New Issue
Block a user