make it look a little nicer
This commit is contained in:
parent
ee9391eab6
commit
d848d7590a
1 changed files with 10 additions and 0 deletions
10
dencoder.css
10
dencoder.css
|
@ -27,6 +27,16 @@ textarea.input {
|
|||
width: -moz-available;
|
||||
}
|
||||
|
||||
textarea.input.error {
|
||||
background-color: #f88;
|
||||
border-color: #f00;
|
||||
}
|
||||
|
||||
textarea.input.error:focus, textarea.input.error:hover {
|
||||
background-color: #faa;
|
||||
border-color: #f00;
|
||||
}
|
||||
|
||||
select.conversion {
|
||||
border-radius: 0.2em;
|
||||
border-style: solid;
|
||||
|
|
Loading…
Reference in a new issue