mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
css: add missing CSS for extra options
This commit is contained in:
parent
11bd7215f5
commit
6c80a20cf8
@ -21,6 +21,59 @@ div.action-bar {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.action-bar ul {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
|
||||||
|
li {
|
||||||
|
list-style-type: none;
|
||||||
|
a { display: block; }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
div.action-bar > ul {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.action-bar > ul ul {
|
||||||
|
padding: 0.5em 0em 1em 0em;
|
||||||
|
min-width: 10em;
|
||||||
|
position: absolute;
|
||||||
|
display: none;
|
||||||
|
color: white;
|
||||||
|
background-color: @icinga-blue;
|
||||||
|
|
||||||
|
a {
|
||||||
|
display: block;
|
||||||
|
padding: 0.3em 2em 0.3em 2em;
|
||||||
|
margin: 0;
|
||||||
|
outline: none;
|
||||||
|
color: white;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
li.active a {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
div.action-bar > ul > li:hover ul {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
div.action-bar > ul > li > a {
|
||||||
|
padding: 0.2em 0.5em;
|
||||||
|
}
|
||||||
|
div.action-bar > ul > li:hover {
|
||||||
|
background-color: @icinga-blue;
|
||||||
|
& > a {
|
||||||
|
color: white;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#layout.twocols div.action-bar .pagination-control {
|
#layout.twocols div.action-bar .pagination-control {
|
||||||
li {
|
li {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user