diff --git a/resource/css/styles.css b/resource/css/styles.css index 4e8001c25..f9bb4993d 100644 --- a/resource/css/styles.css +++ b/resource/css/styles.css @@ -219,6 +219,10 @@ ul { list-style: none; } +.btn { + font-size: var(--font-size); +} + /** * Bootstrap 5 added a margin in the :after element of the caret. This removes the extra space. */ @@ -824,13 +828,6 @@ ul.dropdown-menu > li:last-child > input { display: table-cell; } -.form-control:focus { - background-color: var(--gray-100); - color: var(--medium-color); - border: none; - resize: none; -} - .input-group-btn { width: 50px; }