mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
CSS: Add tabs background
This commit is contained in:
parent
37260b5035
commit
cbb88d1d5e
@ -101,7 +101,6 @@ body {
|
|||||||
height: 1.5em;
|
height: 1.5em;
|
||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
padding: 0.2em 0 0;
|
padding: 0.2em 0 0;
|
||||||
background-color: @icinga-blue;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls > ul.tabs > li > a {
|
.controls > ul.tabs > li > a {
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
// Styles for tab navigation of containers
|
// Styles for tab navigation of containers
|
||||||
|
|
||||||
.tabs {
|
.tabs {
|
||||||
|
background-color: @icinga-blue;
|
||||||
letter-spacing: -0.417em;
|
letter-spacing: -0.417em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -11,10 +12,7 @@
|
|||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabs {
|
.tabs a {
|
||||||
height: 2.6em;
|
|
||||||
|
|
||||||
a {
|
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
line-height: 2.6em;
|
line-height: 2.6em;
|
||||||
|
|
||||||
@ -22,7 +20,6 @@
|
|||||||
outline-offset: -0.5em;
|
outline-offset: -0.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.tabs > li {
|
.tabs > li {
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user