From e505ba6afe12e4a27c0ca4b630785a73633e3ad9 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Sun, 25 Jul 2021 07:40:41 +0000 Subject: [PATCH] Delete inv_cisco_support.css --- web/htdocs/inv_cisco_support.css | 39 -------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 web/htdocs/inv_cisco_support.css diff --git a/web/htdocs/inv_cisco_support.css b/web/htdocs/inv_cisco_support.css deleted file mode 100644 index 21907d8..0000000 --- a/web/htdocs/inv_cisco_support.css +++ /dev/null @@ -1,39 +0,0 @@ -/* at the moment ther can be only one custom stylesheet :-( */ - -/* for cisco_support */ -td.date_default { - background-color: #00c020 !important; - box-shadow: 0px 0px 3px #ccffcc inset; -} - -td.date_crit { - background-color: #ff0000 !important; - box-shadow: 0px 0px 2px #000 inset; -} - -td.date_warn { - background-color: #ffff00 !important; - box-shadow: 0px 0px 2px #000 inset; -} - -a.href_blue { - color: #0000FF !important; -} - -/* to be able to align longoutput */ -/* -table.data.single tr.data > td { -*/ -/* - padding-bottom: 4px; - padding: 4px 5px 2px 5px; - text-align: left; - height: 16px; - line-height: 14px; - vertical-align: top; -*/ -/* added by thl for long output (multiline), needed for text align */ -/* - font-family: monospace; -} -*/ -- GitLab