Turn off border radius for inputs

This commit is contained in:
Tor Hveem 2013-10-16 13:48:49 +02:00
parent cfa7823d39
commit b6197ad4a7

View file

@ -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;