From b6197ad4a7576d5818a847d665323bfafe7c81fe Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Wed, 16 Oct 2013 13:48:49 +0200 Subject: [PATCH] Turn off border radius for inputs --- css/glowingbear.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/glowingbear.css b/css/glowingbear.css index d1903d6..d81ce61 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -87,6 +87,7 @@ input[type=text], input[type=password] { inset 0 0 8px rgba(0,0,0,0.4), 0 0 16px rgba(0,0,0,0.4); background: rgba(255,255,255,0.5); + border-radius: 0; } #sidebar, .panel { background: #282828;