You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/05/05 15:29:58 UTC

[isis] branch master updated: ISIS-2311: menu separator color to work across themes (css patch)

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 242ef9e  ISIS-2311: menu separator color to work across themes (css patch)
242ef9e is described below

commit 242ef9e911a170836840c96bee1a68847f173175
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue May 5 17:29:44 2020 +0200

    ISIS-2311: menu separator color to work across themes (css patch)
---
 .../apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-all-v2.css   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-all-v2.css b/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-all-v2.css
index 1e2c6ab..593cb75 100644
--- a/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-all-v2.css
+++ b/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-all-v2.css
@@ -1082,7 +1082,7 @@ h4.iconAndTitle a:focus {
 }
 
 li.list-separator { 
-	border-top: 1px solid #e5e5e5;
+	border-top: 1px solid rgba(0,0,0,0.2);
 	padding-top: .4em;
 	margin-top: .4em;
 }