Skip to content

Commit a90bc7f

Browse files
author
Till Brehm
committed
Merge branch 'fix-!386' into 'stable-3.1'
Change cursor pointer behaviour (confusing) with readonly password fields Same as !386 except for all passwords fields (some password fields have different ID's) See merge request !396
2 parents 4397c12 + 52956cf commit a90bc7f

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)