diff options
Diffstat (limited to 'web/gui/dashboard/css')
-rw-r--r-- | web/gui/dashboard/css/dashboard.css | 2 | ||||
-rw-r--r-- | web/gui/dashboard/css/dashboard.slate.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/gui/dashboard/css/dashboard.css b/web/gui/dashboard/css/dashboard.css index 71215a03..2d95a331 100644 --- a/web/gui/dashboard/css/dashboard.css +++ b/web/gui/dashboard/css/dashboard.css @@ -770,7 +770,7 @@ body { .dygraph__history-tip { position: absolute; transform: translateY(-50%); - display: none; /* overriden in js */ + display: none; /* overridden in js */ margin-right: 25px; direction: rtl; overflow: hidden; diff --git a/web/gui/dashboard/css/dashboard.slate.css b/web/gui/dashboard/css/dashboard.slate.css index 22e37ada..c4e5c65c 100644 --- a/web/gui/dashboard/css/dashboard.slate.css +++ b/web/gui/dashboard/css/dashboard.slate.css @@ -788,7 +788,7 @@ code { position: absolute; top: 50%; transform: translateY(-50%); - display: none; /* overriden in js */ + display: none; /* overridden in js */ margin-right: 25px; direction: rtl; overflow: hidden; |