]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #3788 pagination highlighting updated for admin theme
authorcash <cash.costello@gmail.com>
Sat, 24 Sep 2011 20:18:42 +0000 (16:18 -0400)
committercash <cash.costello@gmail.com>
Sat, 24 Sep 2011 20:18:42 +0000 (16:18 -0400)
views/default/css/admin.php

index eda6bc1936426ef030329de258316cbeb65736f6..d6f058eef88e51d71c4571122162d3f492c52b4f 100644 (file)
@@ -584,13 +584,13 @@ input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover
        color: white;
        text-decoration: none;
 }
-.elgg-pagination .elgg-state-disabled {
+.elgg-pagination .elgg-state-disabled span {
        color: #CCC;
        border-color: #CCC;
 }
-.elgg-pagination .elgg-state-selected {
-       color: #555;
-       border-color: #555;
+.elgg-pagination .elgg-state-selected span {
+       color: #000;
+       border-color: #ccc;
 }
 
 /* ***************************************