parent
37928df897
commit
d21c668f45
|
@ -7,11 +7,11 @@
|
||||||
&.active {
|
&.active {
|
||||||
> a,
|
> a,
|
||||||
> a:hover {
|
> a:hover {
|
||||||
background-color: @text-color;
|
border-bottom: 2px solid @icinga-blue;
|
||||||
border-color: @text-color;
|
color: @icinga-blue
|
||||||
color: @text-color-inverted;
|
|
||||||
}
|
}
|
||||||
> a:hover {
|
> a:hover {
|
||||||
|
background: none;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
@ -22,23 +22,13 @@
|
||||||
cursor: no-drop;
|
cursor: no-drop;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:first-child {
|
|
||||||
> a,
|
|
||||||
> a:hover {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
> a,
|
> a,
|
||||||
> span {
|
> span {
|
||||||
border: 1px solid @gray-lighter;
|
padding: 0.5em;
|
||||||
margin-left: -1px;
|
|
||||||
padding: 4px 8px;
|
|
||||||
}
|
}
|
||||||
> a:hover {
|
> a:hover {
|
||||||
background-color: @gray-lighter;
|
background-color: @gray-lighter;
|
||||||
border: 1px solid @gray-lighter;
|
text-decoration: none;
|
||||||
padding: 4px 8px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue