add border-radius to buttons

This commit is contained in:
daria 2025-05-23 06:33:28 -07:00
parent 4d4016d0f6
commit 33472426d5
No known key found for this signature in database
GPG Key ID: 78018F06E7C6A3CF

View File

@ -328,6 +328,7 @@
background-color: transparent;
border-color: transparent;
color: @cryptpad_text_col;
border-radius: @variables_radius;
&:first-child {
left: 5px;
}