From cd493548f6a435e95b52d39dbcfd14ad8968c783 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Thu, 20 Oct 2022 06:05:24 +0300 Subject: [PATCH] Update Unicorn.css --- themes/Unicorn.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/Unicorn.css b/themes/Unicorn.css index 58470731..45994227 100644 --- a/themes/Unicorn.css +++ b/themes/Unicorn.css @@ -293,10 +293,6 @@ background-color: #ee7e7e !important; } -#new-sub-card { - border-radius: 10px !important; -} - .wi_add_button { color: #e26771 !important; background: #ebebeb !important; @@ -309,6 +305,10 @@ border: 1px solid #e26771 !important; } +#new-sub-card { + border-radius: 10px !important; +} + #debug-dump:hover { color: #ee7e7e !important; }