cambio de fuentes css
This commit is contained in:
parent
6f09f55fec
commit
65fca80fbb
|
@ -1035,3 +1035,16 @@ li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
|
||||||
.flot-base {
|
.flot-base {
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
}
|
}
|
||||||
|
li > input[type="number"],
|
||||||
|
li > input[type="text"]:not(.search_input),
|
||||||
|
li > input[type="email"],
|
||||||
|
li > input[type="password"] {
|
||||||
|
background-color: transparent;
|
||||||
|
border: none;
|
||||||
|
border-radius: 0;
|
||||||
|
border-bottom: 1px solid #ccc;
|
||||||
|
font-weight: inherit;
|
||||||
|
padding: 0px 0px 2px 0px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
}
|
||||||
|
|
|
@ -146,7 +146,7 @@ export default class Percentile extends Item<PercentileProps> {
|
||||||
text.setAttribute("text-anchor", "middle");
|
text.setAttribute("text-anchor", "middle");
|
||||||
text.setAttribute("alignment-baseline", "middle");
|
text.setAttribute("alignment-baseline", "middle");
|
||||||
text.setAttribute("font-size", "15");
|
text.setAttribute("font-size", "15");
|
||||||
text.setAttribute("font-family", "arial");
|
text.setAttribute("font-family", "lato");
|
||||||
text.setAttribute("font-weight", "bold");
|
text.setAttribute("font-weight", "bold");
|
||||||
text.setAttribute(
|
text.setAttribute(
|
||||||
"transform",
|
"transform",
|
||||||
|
@ -226,7 +226,7 @@ export default class Percentile extends Item<PercentileProps> {
|
||||||
text.setAttribute("text-anchor", "middle");
|
text.setAttribute("text-anchor", "middle");
|
||||||
text.setAttribute("alignment-baseline", "middle");
|
text.setAttribute("alignment-baseline", "middle");
|
||||||
text.setAttribute("font-size", "16");
|
text.setAttribute("font-size", "16");
|
||||||
text.setAttribute("font-family", "arial");
|
text.setAttribute("font-family", "lato");
|
||||||
text.setAttribute("font-weight", "bold");
|
text.setAttribute("font-weight", "bold");
|
||||||
text.setAttribute("fill", colors.text);
|
text.setAttribute("fill", colors.text);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue