diff --git a/front/css/app.css b/front/css/app.css index 1dbdd6c7..f2e89d99 100755 --- a/front/css/app.css +++ b/front/css/app.css @@ -949,16 +949,6 @@ height: 50px; top:0px; } -.overview-section -{ - /* border-top: solid; - border-width: medium; - border-width: medium; - border-width: 1px; - border-radius: 15px; - margin-bottom: 3px; */ - -} .settings-group i{ font-size: 16px; @@ -1622,6 +1612,7 @@ input[readonly] { /* ----------------------------------------------------------------- */ + .plugin-filters { margin: 7px; diff --git a/front/css/dark-patch.css b/front/css/dark-patch.css index c522742b..27730385 100755 --- a/front/css/dark-patch.css +++ b/front/css/dark-patch.css @@ -737,3 +737,7 @@ input[type="password"]::-webkit-caps-lock-indicator { color:#000 !important; } +.thresholdFormControl +{ + color:#000; +} \ No newline at end of file diff --git a/front/css/system-dark-patch.css b/front/css/system-dark-patch.css index 85c45b84..cb9fd2a5 100755 --- a/front/css/system-dark-patch.css +++ b/front/css/system-dark-patch.css @@ -739,4 +739,9 @@ .callout code { background-color: #fff !important; color:#000 !important; +} + +.thresholdFormControl +{ + color:#000; } \ No newline at end of file diff --git a/front/pluginsCore.php b/front/pluginsCore.php index bcc1d60a..8194a17f 100755 --- a/front/pluginsCore.php +++ b/front/pluginsCore.php @@ -153,7 +153,7 @@ function processColumnValue(dbColumnDef, value, index, type) { $.each(dbColumnDef.options, function(index, obj) { if(Number(value) < Number(obj.maximum) && valueTmp == '') { - valueTmp = `