From d848d7590a92581d95309189f97975c23c180a12 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Thu, 26 Mar 2015 18:20:16 +0100 Subject: [PATCH] make it look a little nicer --- dencoder.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dencoder.css b/dencoder.css index 32677a7..a496586 100644 --- a/dencoder.css +++ b/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;