mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Narrow error button styling scope
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
687715c877
commit
74db98cc69
1 changed files with 6 additions and 5 deletions
|
|
@ -115,11 +115,6 @@ div[contenteditable=true],
|
|||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
||||
&.error {
|
||||
background-color: var(--color-error) !important;
|
||||
border-color: var(--color-error);
|
||||
}
|
||||
}
|
||||
|
||||
div[contenteditable=false] {
|
||||
|
|
@ -198,6 +193,12 @@ input[type='reset'] {
|
|||
&::-moz-focus-inner {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
&.error {
|
||||
background-color: var(--color-error) !important;
|
||||
border-color: var(--color-error) !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
}
|
||||
button, .button {
|
||||
> span {
|
||||
|
|
|
|||
Loading…
Reference in a new issue