mirror of
https://github.com/cosmocode/dokuwiki-plugin-struct.git
synced 2025-08-03 15:59:53 +00:00
Minor style adjustments
This commit is contained in:
12
style.less
12
style.less
@ -506,22 +506,26 @@ form.struct_newschema {
|
|||||||
|
|
||||||
details {
|
details {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-width: 15em;
|
|
||||||
max-width: 30%;
|
max-width: 30%;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
padding: 0.25em 0.5em;
|
padding: 0.25em 0.5em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&[open] {
|
&[open] {
|
||||||
border: 1px solid @ini_border;
|
background-color: @ini_background_alt;
|
||||||
border-bottom-color: transparent;
|
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
z-index: 10;
|
||||||
|
min-width: 15em;
|
||||||
border: 1px solid @ini_border;
|
border: 1px solid @ini_border;
|
||||||
border-top-color: transparent;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** needed for Sprintdoc template */
|
||||||
|
summary {
|
||||||
|
display: list-item;
|
||||||
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
left: -1px;
|
left: -1px;
|
||||||
right: -1px;
|
right: -1px;
|
||||||
|
Reference in New Issue
Block a user