mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-05-14 13:32:21 +00:00
#88 Change background and border behaviour on error and success
This commit is contained in:
parent
7660b63bf1
commit
c36afbc255
1 changed files with 22 additions and 0 deletions
22
css/apps/thirdparty/_polls.scss
vendored
22
css/apps/thirdparty/_polls.scss
vendored
|
@ -31,6 +31,28 @@
|
|||
color: var(--color-error);
|
||||
}
|
||||
}
|
||||
|
||||
input.success,
|
||||
input.icon-confirn.success {
|
||||
background-color: var(--color-main-background) !important;
|
||||
border-color: var(--color-success) !important;
|
||||
}
|
||||
|
||||
input.error {
|
||||
background-color: var(--color-main-background) !important;
|
||||
border-color: var(--color-error) !important;
|
||||
}
|
||||
|
||||
.vote-row .counter {
|
||||
|
||||
.yes {
|
||||
background-color: var(--color-success);
|
||||
}
|
||||
|
||||
.no {
|
||||
background-color: var(--color-error);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.app-polls #app-sidebar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue