mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
Apply theme to button elements as well
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
b42e3fa1b3
commit
aa7cfa09df
1 changed files with 2 additions and 0 deletions
|
|
@ -60,8 +60,10 @@ $invert: luma($color-primary) > 0.6;
|
|||
border: 1px solid nc-lighten($color-primary-text, 50%);
|
||||
}
|
||||
input.primary,
|
||||
button.primary,
|
||||
#alternative-logins li a {
|
||||
background-color: $color-primary;
|
||||
color: $color-primary-text;
|
||||
}
|
||||
a,
|
||||
label,
|
||||
|
|
|
|||
Loading…
Reference in a new issue