From 5cef855d5c05b815cdd593dd2016fa59a888cff4 Mon Sep 17 00:00:00 2001 From: Jim Phillips Date: Wed, 6 May 2015 12:35:59 -0400 Subject: [PATCH] change back to top color Change-Id: Id74331b2d64400f315fa6ea9d20b1cf54f135279 --- _templates/mirantis/static/.htaccess | 1 - _templates/mirantis/static/404.html | 3 --- _templates/mirantis/static/styles.css | 4 ++-- 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 _templates/mirantis/static/.htaccess delete mode 100644 _templates/mirantis/static/404.html diff --git a/_templates/mirantis/static/.htaccess b/_templates/mirantis/static/.htaccess deleted file mode 100644 index 706cf9c1c..000000000 --- a/_templates/mirantis/static/.htaccess +++ /dev/null @@ -1 +0,0 @@ -# ErrorDocument 404 '

404 Not Found

' \ No newline at end of file diff --git a/_templates/mirantis/static/404.html b/_templates/mirantis/static/404.html deleted file mode 100644 index 44966d5c1..000000000 --- a/_templates/mirantis/static/404.html +++ /dev/null @@ -1,3 +0,0 @@ -404 - - diff --git a/_templates/mirantis/static/styles.css b/_templates/mirantis/static/styles.css index 5b02ae97c..ea06bfaee 100644 --- a/_templates/mirantis/static/styles.css +++ b/_templates/mirantis/static/styles.css @@ -315,7 +315,7 @@ img.width-100 { overflow: hidden; text-indent: 100%; white-space: nowrap; - background: rgba(232, 98, 86, 0.8) url(cd-top-arrow.svg) no-repeat center 50%; + background: rgba(211, 48, 26, 0.8) url(cd-top-arrow.svg) no-repeat center 50%; visibility: hidden; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; @@ -336,7 +336,7 @@ img.width-100 { } .no-touch .cd-top:hover { - background-color: #e86256; + background-color: #D3301A; opacity: 1; }