[checkmk-commits] GUI CSS: Removed wrong background color for screenshot mode (CMK-1453)
Kenneth Okoh
ko at mathias-kettner.de
Wed Apr 10 16:40:27 CEST 2019
Module: check_mk
Branch: master
Commit: 8a152ea44079bf4f62ccf1cb1e1083690bd77a51
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=8a152ea44079bf4f62ccf1cb1e1083690bd77a51
Author: Kenneth Okoh <ko at mathias-kettner.de>
Date: Wed Apr 10 11:26:44 2019 +0200
GUI CSS: Removed wrong background color for screenshot mode (CMK-1453)
Change-Id: I29a091ca922f3c90b4eb6a023c9440e0d7f9666a
---
web/htdocs/themes/facelift/scss/_views.scss | 4 ----
1 file changed, 4 deletions(-)
diff --git a/web/htdocs/themes/facelift/scss/_views.scss b/web/htdocs/themes/facelift/scss/_views.scss
index cee4721..e60f6b5 100644
--- a/web/htdocs/themes/facelift/scss/_views.scss
+++ b/web/htdocs/themes/facelift/scss/_views.scss
@@ -144,10 +144,6 @@ div.floatfilter {
}
}
-body.main.screenshotmode div.floatfilter {
- background-color: #5893af;
-}
-
.filterform > tbody > tr > td div.floatfilter {
position: relative;
width: 372px;
More information about the checkmk-commits
mailing list