From d21c668f459a0b1bf0a460c7b3bd4d225f6abbf3 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 12 Nov 2015 11:50:38 +0100 Subject: [PATCH] CSS: Restyle pagination (WIP) refs #5543 --- public/css/icinga/pagination.less | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/public/css/icinga/pagination.less b/public/css/icinga/pagination.less index a74265b73f..57e5f29e53 100644 --- a/public/css/icinga/pagination.less +++ b/public/css/icinga/pagination.less @@ -7,11 +7,11 @@ &.active { > a, > a:hover { - background-color: @text-color; - border-color: @text-color; - color: @text-color-inverted; + border-bottom: 2px solid @icinga-blue; + color: @icinga-blue } > a:hover { + background: none; cursor: default; text-decoration: none; } @@ -22,23 +22,13 @@ cursor: no-drop; } - &:first-child { - > a, - > a:hover { - margin-left: 0; - } - } - > a, > span { - border: 1px solid @gray-lighter; - margin-left: -1px; - padding: 4px 8px; + padding: 0.5em; } > a:hover { background-color: @gray-lighter; - border: 1px solid @gray-lighter; - padding: 4px 8px; + text-decoration: none; } } }