From a9521f56b4dd88020c9676db0065760aee8d8f10 Mon Sep 17 00:00:00 2001 From: bachir souldi Date: Wed, 8 Jun 2022 11:19:36 +0100 Subject: [PATCH] fix css errors and hide about page --- src/main/webapp/css/modern-dark/theme.css | 4 ++++ src/main/webapp/css/theme-default/theme.css | 9 ++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/css/modern-dark/theme.css b/src/main/webapp/css/modern-dark/theme.css index facaa58a..b0b2fe0c 100644 --- a/src/main/webapp/css/modern-dark/theme.css +++ b/src/main/webapp/css/modern-dark/theme.css @@ -1027,3 +1027,7 @@ text { box-shadow: none; border-color: #c0c0c0; } +li a[href="#/about"] { + display: none; + visibility: hidden; +} \ No newline at end of file diff --git a/src/main/webapp/css/theme-default/theme.css b/src/main/webapp/css/theme-default/theme.css index 630ea8c6..d40f0a3e 100644 --- a/src/main/webapp/css/theme-default/theme.css +++ b/src/main/webapp/css/theme-default/theme.css @@ -232,7 +232,7 @@ background-color: #3366CC; } .button-black, .button-black:focus, .button-black:hover{ - border : 1px solid #00000; + border : 1px solid #000000; color :white; background-image: -webkit-linear-gradient(bottom, #000000, #808080); background-image: -moz-linear-gradient(bottom, #000000, #808080); @@ -434,7 +434,7 @@ padding-left: 5px; border-bottom: 2px solid yellow; } -} + .separator-bg-green{ color : white; background : green; @@ -671,4 +671,7 @@ color: #000; } - +li a[href="#/about"] { + display: none; + visibility: hidden; +}