This commit is contained in:
ed 2022-08-04 01:40:14 +02:00
parent 4aaa111925
commit eeed2a840c
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# coding: utf-8
VERSION = (1, 3, 9)
VERSION = (1, 3, 10)
CODENAME = "god dag"
BUILD_DT = (2022, 8, 4)

View file

@ -544,6 +544,9 @@ html.dy {
--tree-bg: #fff;
--g-sel-bg: #000;
--g-fsel-bg: #444;
--g-fsel-ts: #000;
--g-fg: a;
--g-bg: a;
--g-b1: a;
@ -1596,9 +1599,6 @@ html.y #tree.nowrap .ntree a+a:hover {
margin: .7em 0 .7em .5em;
padding-left: .5em;
}
.opwide>div.fill {
display: block;
}
.opwide>div>div>a {
line-height: 2em;
}

View file

@ -861,7 +861,7 @@ ebi('op_cfg').innerHTML = (
' </div>\n' +
'</div>\n' +
'<div><h3>' + L.cl_keytype + '</h3><div id="key_notation"></div></div>\n' +
'<div class="fill"><h3>' + L.cl_hiddenc + ' <a href="#" id="hcolsr">' + L.cl_reset + '</h3><div id="hcols"></div></div>'
'<div><h3>' + L.cl_hiddenc + ' <a href="#" id="hcolsr">' + L.cl_reset + '</h3><div id="hcols"></div></div>'
);