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