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