cambio de fuentes css
This commit is contained in:
parent
0c455c1941
commit
91e0750885
|
@ -753,13 +753,11 @@ function pandoraFlotSlicebar(
|
||||||
}
|
}
|
||||||
|
|
||||||
font_size = parseInt(font_size);
|
font_size = parseInt(font_size);
|
||||||
if (font != undefined) console.log(font);
|
|
||||||
font = font
|
font = font
|
||||||
.split("/")
|
.split("/")
|
||||||
.pop()
|
.pop()
|
||||||
.split(".")
|
.split(".")
|
||||||
.shift();
|
.shift();
|
||||||
console.log(font);
|
|
||||||
|
|
||||||
// Check possible adapt_keys on classes
|
// Check possible adapt_keys on classes
|
||||||
check_adaptions(graph_id);
|
check_adaptions(graph_id);
|
||||||
|
|
|
@ -212,7 +212,6 @@ li > input[type="password"],
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
font-weight: lighter;
|
|
||||||
padding: 0px 0px 2px 0px;
|
padding: 0px 0px 2px 0px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue