mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
parent
2996cb77ab
commit
b21c92ac2a
@ -1,16 +1,28 @@
|
||||
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||
|
||||
li.nav-item {
|
||||
a {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a, span {
|
||||
// Rollover
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
// TODO(el): Use tab-nav in the Tabs widget
|
||||
.tabs {
|
||||
a {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
ul.nav {
|
||||
// Reset defaults
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
|
||||
// TODO(el): li.nav-item {
|
||||
a, span {
|
||||
// Rollover
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
ul.tab-nav {
|
||||
|
Loading…
x
Reference in New Issue
Block a user