Skip to content

Commit

Permalink
CSS: Restyle pagination (WIP)
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 12, 2015
1 parent 37928df commit d21c668
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions public/css/icinga/pagination.less
Expand Up @@ -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;
}
Expand All @@ -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;
}
}
}

0 comments on commit d21c668

Please sign in to comment.