From b69937d4fdaee5079b64b057ad8ebc3b79d2d9c9 Mon Sep 17 00:00:00 2001 From: Cutls Date: Tue, 25 Jun 2019 23:15:25 +0900 Subject: [PATCH] Sweetalert CSS for custom themes --- app/css/master.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/css/master.css b/app/css/master.css index 9d86adfa..7c495677 100644 --- a/app/css/master.css +++ b/app/css/master.css @@ -446,6 +446,12 @@ input, textarea { font-size: 1rem !important; font-family: inherit; } +.swal2-popup{ + background-color: var(--notfbox) !important; +} +.swal2-title, .swal2-content{ + color: var(--color) !important; +} /*スクロールバー*/ ::-webkit-scrollbar {