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;