mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Fixed badges in menu
This commit is contained in:
parent
f9e8cc84b9
commit
bc5f296e60
@ -36,6 +36,7 @@ table {
|
||||
|
||||
body {
|
||||
font-family: Ubuntu, Calibri, Trebuchet MS, Helvetica, sans-serif;
|
||||
font-family: Calibri, Helvetica, sans-serif;
|
||||
color: black;
|
||||
background-color: white;
|
||||
}
|
||||
|
@ -30,6 +30,7 @@
|
||||
|
||||
#menu > ul > li > ul {
|
||||
display: none;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
.no-js #menu > ul > li > ul {
|
||||
@ -52,20 +53,20 @@
|
||||
}
|
||||
|
||||
#menu > ul > li.active > a {
|
||||
color: #121212;
|
||||
color: #666;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
#menu > ul > li.active li.active a {
|
||||
color: #121212;
|
||||
color: #049baf;
|
||||
}
|
||||
|
||||
#menu > ul > li.active li a:focus {
|
||||
color: #121212;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
#menu > ul > li > a:focus {
|
||||
color: #121212;
|
||||
color: #666;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
@ -100,7 +101,7 @@
|
||||
|
||||
#menu ul li a {
|
||||
display: block;
|
||||
line-height: 2.5em;
|
||||
line-height: 2.2em;
|
||||
padding-left: 0.7em;
|
||||
text-decoration: none;
|
||||
}
|
||||
@ -206,11 +207,11 @@
|
||||
|
||||
#menu input.search {
|
||||
margin: 0;
|
||||
padding: 0 0.5em 0 3em;
|
||||
padding: 0 0.5em 0 2.8em;
|
||||
border: none;
|
||||
width: 100%;
|
||||
border-radius: 0;
|
||||
height: 2.5em;
|
||||
height: 2.7em;
|
||||
display: block;
|
||||
outline: none;
|
||||
background-color: transparent;
|
||||
|
@ -226,7 +226,7 @@ li li .badge-container {
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: baseline;
|
||||
border-radius: 1em;
|
||||
border-radius: 0.2em;
|
||||
background-color: @colorInvalid;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user