]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Added some color to the selected state for admin page menu so we can tell what page...
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 18 Feb 2011 19:33:47 +0000 (19:33 +0000)
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 18 Feb 2011 19:33:47 +0000 (19:33 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8294 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/css/admin.php

index 8166ff5d563165015c1c0c2ab45414f3fdbe89f6..a73bbbb16d78912eff2b587ee37c41f18faf404a 100644 (file)
@@ -263,32 +263,34 @@ table.mceLayout {
        -moz-border-radius: 5px;
        border-radius: 5px;
 }
-
 .elgg-menu-page a:hover {
-
+       text-decoration: none;
+       background: black;
+       color: white;
+       border: 1px solid black;
+}
+.elgg-menu-page li.elgg-state-selected > a {
+       background-color: #BBB;
 }
 
 .elgg-menu-page .elgg-menu-closed:before {
        content: "\25B8";
        padding-right: 4px;
 }
+
 .elgg-menu-page .elgg-menu-opened:before {
        content: "\25BE";
        padding-right: 4px;
 }
-.elgg-menu-page a:hover {
-       text-decoration: none;
-       background: black;
-       color: white;
-       border: 1px solid black;
-}
-.elgg-menu-page li.elgg-state-selected > ul {
-       display: block;
-}
+
 .elgg-menu-page .elgg-child-menu {
        display: none;
        padding-left: 30px;
 }
+.elgg-menu-page li.elgg-state-selected > ul {
+       display: block;
+}
+
 
 /* ***************************************
        MODULES