Skip to content

Commit 99ab1d4

Browse files
author
Kristan Kenney
committed
Set correct cursor state on login page
1 parent c7c9d34 commit 99ab1d4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

install/deb/themes/dark.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3104,6 +3104,7 @@ a.button.cancel {
31043104
vertical-align: top;
31053105
width: 500px;
31063106
border-radius: 6px;
3107+
cursor: default;
31073108
}
31083109

31093110
.login-welcome {

web/css/styles.min.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3071,6 +3071,7 @@ a.button.cancel {
30713071
vertical-align: top;
30723072
width: 500px;
30733073
border-radius: 6px;
3074+
cursor: default;
30743075
}
30753076

30763077
.login-welcome {

0 commit comments

Comments
 (0)