Change browser color picker to jscolor picker for cursor color

This commit is contained in:
ClemDee
2019-07-25 14:13:14 +02:00
parent 0636714829
commit f3bb56925b
2 changed files with 30 additions and 11 deletions

View File

@@ -111,8 +111,14 @@
vertical-align: middle;
margin-right: 5px;
}
input[type="color"] {
width: 100px;
.cp-settings-cursor-color-picker {
display: inline-block;
vertical-align: middle;
height: 25px;
width: 70px;
margin-right: 10px;
cursor: pointer;
border: 1px solid black;
}
.cp-settings-language-selector {
button.btn {