cambio de fuentes css

This commit is contained in:
marcos 2021-06-08 17:05:36 +02:00
parent 0c455c1941
commit 91e0750885
3 changed files with 2158 additions and 7 deletions

View File

@ -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);

View File

@ -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