Turn off border radius for inputs
This commit is contained in:
parent
cfa7823d39
commit
b6197ad4a7
|
@ -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…
Reference in New Issue