From af4da7cd7327a748bec5d02146c7e74af9ee68dc Mon Sep 17 00:00:00 2001 From: Eric Loyd Date: Thu, 13 Jan 2022 09:38:17 -0500 Subject: [PATCH] Somewhere, we switched from using header-gradient.css to just header.css so deleting the -gradient versions --- .../components/custom-includes/css/header-gradient.css | 7 ------- .../custom-includes/css/header-gradient.css.primary | 7 ------- .../custom-includes/css/header-gradient.css.secondary | 7 ------- 3 files changed, 21 deletions(-) delete mode 100644 failover/local/usr/local/nagiosxi/html/includes/components/custom-includes/css/header-gradient.css delete mode 100644 failover/local/usr/local/nagiosxi/html/includes/components/custom-includes/css/header-gradient.css.primary delete mode 100644 failover/local/usr/local/nagiosxi/html/includes/components/custom-includes/css/header-gradient.css.secondary diff --git a/failover/local/usr/local/nagiosxi/html/includes/components/custom-includes/css/header-gradient.css b/failover/local/usr/local/nagiosxi/html/includes/components/custom-includes/css/header-gradient.css deleted file mode 100644 index ace83bc..0000000 --- a/failover/local/usr/local/nagiosxi/html/includes/components/custom-includes/css/header-gradient.css +++ /dev/null @@ -1,7 +0,0 @@ -#header { - background: rgb(59,234,2); - background: -moz-linear-gradient(90deg, rgba(59,234,2,1) 0%, rgba(8,124,8,1) 35%); - background: -webkit-linear-gradient(90deg, rgba(59,234,2,1) 0%, rgba(8,124,8,1) 35%); - background: linear-gradient(90deg, rgba(59,234,2,1) 0%, rgba(8,124,8,1) 35%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3bea02",endColorstr="#087c08",GradientType=1); -} diff --git a/failover/local/usr/local/nagiosxi/html/includes/components/custom-includes/css/header-gradient.css.primary b/failover/local/usr/local/nagiosxi/html/includes/components/custom-includes/css/header-gradient.css.primary deleted file mode 100644 index c8274ac..0000000 --- a/failover/local/usr/local/nagiosxi/html/includes/components/custom-includes/css/header-gradient.css.primary +++ /dev/null @@ -1,7 +0,0 @@ -#header { - background: rgb(0,0,255); - background: -moz-linear-gradient(90deg, rgba(0,0,255,1) 0%, rgba(0,0,0,1) 50%); - background: -webkit-linear-gradient(90deg, rgba(0,0,255,1) 0%, rgba(0,0,0,1) 50%); - background: linear-gradient(90deg, rgba(0,0,255,1) 0%, rgba(0,0,0,1) 50%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000ff",endColorstr="#000000",GradientType=1); -} diff --git a/failover/local/usr/local/nagiosxi/html/includes/components/custom-includes/css/header-gradient.css.secondary b/failover/local/usr/local/nagiosxi/html/includes/components/custom-includes/css/header-gradient.css.secondary deleted file mode 100644 index 489f176..0000000 --- a/failover/local/usr/local/nagiosxi/html/includes/components/custom-includes/css/header-gradient.css.secondary +++ /dev/null @@ -1,7 +0,0 @@ -#header { - background: rgb(0,255,0); - background: -moz-linear-gradient(90deg, rgba(0,255,0,1) 0%, rgba(0,0,0,1) 50%); - background: -webkit-linear-gradient(90deg, rgba(0,255,0,1) 0%, rgba(0,0,0,1) 50%); - background: linear-gradient(90deg, rgba(0,255,0,1) 0%, rgba(0,0,0,1) 50%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ff00",endColorstr="#000000",GradientType=1); -}