Align border color for peertube-checkbox with other inputs

pull/2639/head
Rigel Kent 2020-04-10 13:06:47 +02:00
parent ed3f089cc7
commit 5fd3e00ac8
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 1 additions and 1 deletions

View File

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