diff --git a/public/assets/default_theme/css/widgets/buttons.css b/public/assets/default_theme/css/widgets/buttons.css index 6902126b25..24e9f1eb87 100644 --- a/public/assets/default_theme/css/widgets/buttons.css +++ b/public/assets/default_theme/css/widgets/buttons.css @@ -70,10 +70,15 @@ button, select, textarea { background: var(--gradient) !important; } -button, input:not([type=checkbox],[type=radio]) { +button, input { background: var(--gradient) !important; } +input[type=radio], +input[type=checkbox] { + background: initial; +} + select { background-repeat: no-repeat; border-radius: var(--s);