diff --git a/css/unround.css b/css/unround.css index c430a9d..9963235 100644 --- a/css/unround.css +++ b/css/unround.css @@ -73,3 +73,13 @@ select { .vs__selected { min-width: unset !important; } + +/* Used at the file navigation buttons for example */ +.button-vue { + border-radius: var(--border-radius-pill) !important; +} + +/* Used on some settings panels */ +.checkbox-content { + border-radius: var(--border-radius-pill) !important; +}