remove debug color
This commit is contained in:
parent
7823711f1a
commit
bd87a53872
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ input[type=button].audio_recordButton {
|
||||||
|
|
||||||
.audioOptions input[type="radio"] {
|
.audioOptions input[type="radio"] {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
background-color: #f00;
|
background-color: #fff;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
color: black;
|
color: black;
|
||||||
|
|
Loading…
Reference in a new issue