Fix minori colorpicker
This commit is contained in:
parent
98ed3e6144
commit
d60510e6c0
|
@ -142,8 +142,8 @@ input[type=file] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.square {
|
.square {
|
||||||
width: 24px;
|
width: 18px;
|
||||||
height: 24px;
|
height: 18px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -378,7 +378,7 @@ span.form-control {
|
||||||
|
|
||||||
.colorpicker,
|
.colorpicker,
|
||||||
.colorpicker * {
|
.colorpicker * {
|
||||||
z-index: 9999
|
z-index: 9999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.signature-pad {
|
.signature-pad {
|
||||||
|
|
Loading…
Reference in New Issue