From 09a39b1ebb5e3e615f53daa24c69bdc736b56a44 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 8 Jun 2022 14:46:26 +0200 Subject: [PATCH] Fixup btn-primary when background is used --- src/theme.scss | 8 ++++++++ src/views/app.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/theme.scss b/src/theme.scss index 200f2fdcc..483b54b3b 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -1988,6 +1988,14 @@ tag-input { } } + .btn-primary { + background-color: #2196f3c7; + + &:hover { + background-color: #2196f3; + } + } + .input-group-btn { .btn-default { border-color: #ccc; diff --git a/src/views/app.html b/src/views/app.html index 4e0edad7f..b642afb55 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -569,7 +569,7 @@ {{ app.label || app.fqdn }}
-