From ac019d6effd4764977570a42b6b1571a39422245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Gur=C3=A1=C5=88?= Date: Mon, 7 Aug 2023 10:17:25 +0200 Subject: [PATCH] Updated missing stuff --- app/css/materialdark.php | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/app/css/materialdark.php b/app/css/materialdark.php index 46617dc4..61087a41 100644 --- a/app/css/materialdark.php +++ b/app/css/materialdark.php @@ -229,7 +229,7 @@ hr { } .sidebar-brand-text { - color: ; + color: ; } .ra-raspap:before { @@ -412,6 +412,10 @@ color: ; !important color: ; } +.progress-bar.bg-success { + background-color: !important; +} + .progress .progress-bar { padding-left: 5px; } @@ -436,11 +440,6 @@ color: ; !important color: #d2d2d2 !important; } -.logoutput { - background-color: ; - border-color: transparent; -} - .custom-control-input:checked ~ .custom-control-label::before { background-color: ; } @@ -522,6 +521,8 @@ input.btn.btn-success:hover { .logoutput { border-radius: 18px!important; + background-color: ; + border: 1px solid !important; } .btn-sm { @@ -579,3 +580,8 @@ a.scroll-to-top.rounded { a.scroll-to-top.rounded i.fas.fa-angle-up { color: ; } + +.btn.btn-sm.btn-outline-secondary.rounded-right { + border: 1px solid ; + background-color: ; +}