Add CSS for subtle notifying buttons (#1672)

This commit is contained in:
Mia 2020-11-18 21:07:31 -06:00 committed by GitHub
parent eb31ed9411
commit ace0f2eaa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View File

@ -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 {

View File

@ -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;