Fonts issues on Windows
This commit is contained in:
parent
c190a38a6b
commit
e1d59db30d
@ -671,6 +671,8 @@ define([
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$(input).change(function () { $(mark).focus(); });
|
||||||
|
|
||||||
return h('label.cp-checkmark', labelOpts, [
|
return h('label.cp-checkmark', labelOpts, [
|
||||||
input,
|
input,
|
||||||
mark,
|
mark,
|
||||||
@ -711,6 +713,8 @@ define([
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$(input).change(function () { $(mark).focus(); });
|
||||||
|
|
||||||
return h('label.cp-radio', labelOpts, [
|
return h('label.cp-radio', labelOpts, [
|
||||||
input,
|
input,
|
||||||
mark,
|
mark,
|
||||||
|
|||||||
@ -62,6 +62,8 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 100000; // alertify container
|
z-index: 100000; // alertify container
|
||||||
|
font: @colortheme_app-font;
|
||||||
|
|
||||||
&.forefront {
|
&.forefront {
|
||||||
z-index: @max-z-index; // alertify max forefront
|
z-index: @max-z-index; // alertify max forefront
|
||||||
}
|
}
|
||||||
|
|||||||
@ -50,6 +50,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cp-checkmark-label {
|
.cp-checkmark-label {
|
||||||
|
cursor: default;
|
||||||
&:empty {
|
&:empty {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -122,6 +123,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cp-checkmark-label {
|
.cp-checkmark-label {
|
||||||
|
cursor: default;
|
||||||
&:empty {
|
&:empty {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -18,6 +18,7 @@
|
|||||||
&.cp-app-settings {
|
&.cp-app-settings {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
|
font: @colortheme_app-font;
|
||||||
#cp-sidebarlayout-container {
|
#cp-sidebarlayout-container {
|
||||||
#cp-sidebarlayout-rightside {
|
#cp-sidebarlayout-rightside {
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user