mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
parent
7f358ed88d
commit
ff3aa43070
@ -201,16 +201,14 @@
|
|||||||
border-spacing: 0 1px;
|
border-spacing: 0 1px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
tr[href] {
|
tr[href].active {
|
||||||
|
background-color: @tr-active-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr[href]:hover {
|
||||||
.transition(background 0.2s ease);
|
.transition(background 0.2s ease);
|
||||||
|
|
||||||
&.active {
|
background-color: @tr-hover-color;
|
||||||
background-color: @tr-active-color;
|
cursor: pointer;
|
||||||
}
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background-color: @tr-hover-color;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -162,26 +162,23 @@ a:hover > .icon-cancel {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tr[href] {
|
tr[href].active {
|
||||||
|
background-color: @tr-active-color;
|
||||||
|
border-left-color: @icinga-blue;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr[href]:hover {
|
||||||
.transition(background 0.2s ease);
|
.transition(background 0.2s ease);
|
||||||
|
|
||||||
&.active {
|
background-color: @tr-hover-color;
|
||||||
background-color: @tr-active-color;
|
cursor: pointer;
|
||||||
border-left-color: @icinga-blue;
|
|
||||||
transition: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background-color: @tr-hover-color;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
caption {
|
caption {
|
||||||
border-top: 1px solid @gray-light;
|
border-top: 1px solid @gray-light;
|
||||||
caption-side: bottom;
|
caption-side: bottom;
|
||||||
text-align: right;
|
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user