Turn off border radius for inputs

with-route-provider
Tor Hveem 12 years ago
parent cfa7823d39
commit b6197ad4a7
  1. 1
      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;

Loading…
Cancel
Save