From: cash Date: Sat, 24 Sep 2011 20:18:42 +0000 (-0400) Subject: Fixes #3788 pagination highlighting updated for admin theme X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1f3dfe5d7a04a25e4b6d2bdcad271c52c37a9c20;p=lorea%2Felgg.git Fixes #3788 pagination highlighting updated for admin theme --- diff --git a/views/default/css/admin.php b/views/default/css/admin.php index eda6bc193..d6f058eef 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -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; } /* ***************************************