diff options
Diffstat (limited to 'account/theme.properties')
-rw-r--r-- | account/theme.properties | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/account/theme.properties b/account/theme.properties index 1b3474b..603d1b2 100644 --- a/account/theme.properties +++ b/account/theme.properties @@ -1 +1,11 @@ -locales=ca,de,en,es,fr,it,ja,lt,nl,no,pl,pt-BR,ru,sk,sv,tr,zh-CN +parent=base + +styles=css/account.css + +##### css classes for form buttons +# main class used for all buttons +kcButtonClass=btn +# classes defining priority of the button - primary or default (there is typically only one priority button for the form) +kcButtonPrimaryClass=btn-primary +kcButtonDefaultClass=btn-outline-secondary + |