Align border color for peertube-checkbox with other inputs
This commit is contained in:
parent
ed3f089cc7
commit
5fd3e00ac8
|
@ -379,7 +379,7 @@
|
|||
width: 18px;
|
||||
min-width: 18px;
|
||||
height: 18px;
|
||||
border: $border-width solid $fg-color;
|
||||
border: $border-width solid #C6C6C6;
|
||||
border-radius: 3px;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in New Issue