We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264ea53 commit 019176dCopy full SHA for 019176d
label_studio/core/static/css/login.css
@@ -228,6 +228,12 @@ body {
228
padding: 10px 0;
229
border: none;
230
background: var(--color-neutral-inverted-surface);
231
+ cursor: pointer;
232
+}
233
+
234
+.login_page_new_ui form button:hover {
235
+ color: var(--color-neutral-inverted-content);
236
+ background: var(--color-neutral-inverted-surface-hover);
237
}
238
239
.login_page_new_ui .field_errors {
@@ -369,4 +375,4 @@ label {
369
375
370
376
.text-wrapper a:hover {
371
377
text-decoration: none;
372
-}
378
0 commit comments