mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Tabs: Beautify tabs hover
This commit is contained in:
parent
8ebc04f2c1
commit
ca02547bf6
@ -22,10 +22,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabs > li {
|
.tabs > li {
|
||||||
margin-right: 0.5em;
|
&:not(:last-child) {
|
||||||
|
margin-right: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
> a {
|
> a {
|
||||||
color: @body-bg-color;
|
color: @body-bg-color;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
background: rgba(0,0,0,.1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active > a,
|
&.active > a,
|
||||||
@ -33,10 +40,6 @@
|
|||||||
background-color: @body-bg-color;
|
background-color: @body-bg-color;
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:last-child {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabs > .dropdown-nav-item > a,
|
.tabs > .dropdown-nav-item > a,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user