summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-rw-r--r--core/src/components/login/LoginForm.vue5
-rw-r--r--core/src/jquery/css/jquery-ui-fixes.scss5
2 files changed, 10 insertions, 0 deletions
diff --git a/core/src/components/login/LoginForm.vue b/core/src/components/login/LoginForm.vue
index b794a2c02ce..51966868b5e 100644
--- a/core/src/components/login/LoginForm.vue
+++ b/core/src/components/login/LoginForm.vue
@@ -52,6 +52,7 @@
<!-- the following div ensures that the spinner is always inside the #message div -->
<div style="clear: both;" />
</div>
+ <h2 class="login-form__headline">{{ t('core', 'Log in to {productName}', { productName: OC.theme.name }) }}</h2>
<NcTextField id="user"
ref="user"
:label="t('core', 'Account name or email')"
@@ -232,5 +233,9 @@ export default {
flex-direction: column;
gap: .5rem;
}
+
+ &__headline {
+ text-align: center;
+ }
}
</style>
diff --git a/core/src/jquery/css/jquery-ui-fixes.scss b/core/src/jquery/css/jquery-ui-fixes.scss
index 42c684ad510..cb52ecdb2d7 100644
--- a/core/src/jquery/css/jquery-ui-fixes.scss
+++ b/core/src/jquery/css/jquery-ui-fixes.scss
@@ -228,6 +228,11 @@
border: 1px solid var(--color-primary-text);
}
+// fix ui-buttons on hover
+.ui-button:hover {
+ font-weight:bold !important;
+}
+
/* DRAGGABLE */
.ui-draggable-handle,