CSS: Add tabs background

This commit is contained in:
Florian Strohmaier 2019-07-04 11:44:38 +02:00 committed by Johannes Meyer
parent 37260b5035
commit cbb88d1d5e
2 changed files with 2 additions and 6 deletions

View File

@ -101,7 +101,6 @@ body {
height: 1.5em;
font-size: 0.75em;
padding: 0.2em 0 0;
background-color: @icinga-blue;
}
.controls > ul.tabs > li > a {

View File

@ -3,6 +3,7 @@
// Styles for tab navigation of containers
.tabs {
background-color: @icinga-blue;
letter-spacing: -0.417em;
}
@ -11,17 +12,13 @@
letter-spacing: normal;
}
.tabs {
height: 2.6em;
a {
.tabs a {
padding: 0 1em;
line-height: 2.6em;
&:focus {
outline-offset: -0.5em;
}
}
}
.tabs > li {