From ace0f2eaa55cfda6756e6c8f4e6aaca0a74748e8 Mon Sep 17 00:00:00 2001 From: Mia <49593536+mia-pi-git@users.noreply.github.com> Date: Wed, 18 Nov 2020 21:07:31 -0600 Subject: [PATCH] Add CSS for subtle notifying buttons (#1672) --- style/client.css | 11 +++++++++++ style/client2.css | 13 +++++++++++++ 2 files changed, 24 insertions(+) diff --git a/style/client.css b/style/client.css index b58df505b..ea713352f 100644 --- a/style/client.css +++ b/style/client.css @@ -111,6 +111,12 @@ select { border-color: #2C9CC1; } +.dark .button.notifying.subtle { + border-color: #000000; + background: #b2d7f7; + color: black; +} + .dark .button.notifying:hover { background: #6BACC5; border-color: #FFFFFF; @@ -453,6 +459,11 @@ select { border-color: #604020; background: #cfaf8f; } +.button.notifying.subtle { + border-color: #000000; + background: #b2d7f7; + color: black; +} .button.cur, .folderButton.cur, .button.cur:hover { diff --git a/style/client2.css b/style/client2.css index 850bb67bd..cebfb6385 100644 --- a/style/client2.css +++ b/style/client2.css @@ -38,6 +38,12 @@ body { border-color: #2C9CC1; } +.dark .button.notifying.subtle { + border-color: #000000; + background: #b2d7f7; + color: black; +} + .dark .button.notifying:hover { background: #6BACC5; border-color: #FFFFFF; @@ -241,6 +247,13 @@ body { border-color: #AA8866; background: #e3c3a3; } + +.button.notifying.subtle { + border-color: #000000; + background: #b2d7f7; + color: black; +} + .button.notifying:hover { border-color: #604020; background: #cfaf8f;