You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/02/14 14:44:46 UTC

[3/3] git commit: ISIS-336: fixing CSS for disabled menu items in Wicket viewer.

Updated Branches:
  refs/heads/master cd2e255a2 -> cd1897ea0


ISIS-336: fixing CSS for disabled menu items in Wicket viewer.


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/cd1897ea
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/cd1897ea
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/cd1897ea

Branch: refs/heads/master
Commit: cd1897ea09a87f03d3debab1f97714a1287a96e9
Parents: b0e5a60
Author: Dan Haywood <da...@apache.org>
Authored: Thu Feb 14 13:43:59 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Thu Feb 14 13:43:59 2013 +0000

----------------------------------------------------------------------
 .../isis/viewer/wicket/ui/pages/PageAbstract.css   |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/cd1897ea/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/PageAbstract.css
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/PageAbstract.css b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/PageAbstract.css
index de54b87..e24076b 100644
--- a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/PageAbstract.css
+++ b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/PageAbstract.css
@@ -243,7 +243,11 @@
 		min-width:220px;
 	}
 	
-	
+    #applicationActions ul.cssSubMenuItemsPanel li.cssSubMenuItem p.disabled {
+        color: #888;
+        background-color: #F0EFEA;
+    } 
+
 
 /**************** ELEMENTS **************/