mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-08-14 06:18:10 +02:00
css: improve extensible set styling
This commit is contained in:
parent
da29da0065
commit
0cce5e4414
@ -139,6 +139,8 @@ ul.extensible-set {
|
||||
list-style-type: none;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
max-width: 36em;
|
||||
min-width: 20em;
|
||||
border-bottom: 1px solid @gray-light;
|
||||
|
||||
input[type=text], input[type=password], textarea, select {
|
||||
@ -169,6 +171,7 @@ ul.extensible-set {
|
||||
|
||||
select.extend-set, input.extend-set {
|
||||
display: none;
|
||||
background-color: @gray-lighter;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user