mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
CSS: Add tabs background
This commit is contained in:
parent
37260b5035
commit
cbb88d1d5e
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user