Skip to content

Commit 52956cf

Browse files
author
Pascal Dreissen
committed
Change cursor pointer behaviour (confusing) with readonly password fields
1 parent 1ee3657 commit 52956cf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

interface/web/themes/default/assets/stylesheets/ispconfig.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,4 +716,7 @@ span.flag-zw {background-position:0 -5435px}
716716
padding: 20px;
717717
text-align:center;
718718
z-index: 100;
719+
}
720+
input[type="password"].form-control[readonly] {
721+
cursor: text;
719722
}

0 commit comments

Comments
 (0)