mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 08:48:06 +08:00
add some
This commit is contained in:
parent
be157798aa
commit
b21017d1e6
2
frame.js
2
frame.js
@ -240,7 +240,7 @@ Volcanos(chat.ONAPPEND, {_init: function(can, meta, list, cb, target, field) {
|
|||||||
};
|
};
|
||||||
var auto; can.core.Next(can.core.Value(can, [chat.ONIMPORT, mdb.LIST])||meta.inputs, add, function() {
|
var auto; can.core.Next(can.core.Value(can, [chat.ONIMPORT, mdb.LIST])||meta.inputs, add, function() {
|
||||||
var p = can.misc.Search(can, ctx.ACTION); auto || can.page.style(can, can._target, "visibility", "")
|
var p = can.misc.Search(can, ctx.ACTION); auto || can.page.style(can, can._target, "visibility", "")
|
||||||
can.page.style(can, can._target, "visibility", "")
|
can.isCmdMode() || can.page.style(can, can._target, "visibility", "")
|
||||||
if (can.Conf("_ismain") && !can.Conf("_role") && can.misc.Search(can, log.DEBUG) != ice.TRUE) {
|
if (can.Conf("_ismain") && !can.Conf("_role") && can.misc.Search(can, log.DEBUG) != ice.TRUE) {
|
||||||
|
|
||||||
} else if (p && can.isCmdMode()) {
|
} else if (p && can.isCmdMode()) {
|
||||||
|
@ -749,6 +749,7 @@ fieldset.story.float:not(.plug)>form.option>div.text>span.value { display:unset;
|
|||||||
// fieldset.float>div.action>div.item.button._space.icons { margin-left:0; }
|
// fieldset.float>div.action>div.item.button._space.icons { margin-left:0; }
|
||||||
/* svg */
|
/* svg */
|
||||||
svg text { font-size:var(--svg-font-size); font-family:var(--svg-font-family); stroke:var(--body-fg-color); fill:var(--body-fg-color); cursor:pointer; }
|
svg text { font-size:var(--svg-font-size); font-family:var(--svg-font-family); stroke:var(--body-fg-color); fill:var(--body-fg-color); cursor:pointer; }
|
||||||
|
svg[font-size] text { font-size:unset; }
|
||||||
svg text.offline { stroke:var(--disable-fg-color); fill:var(--disable-fg-color); }
|
svg text.offline { stroke:var(--disable-fg-color); fill:var(--disable-fg-color); }
|
||||||
svg text:hover { cursor:pointer; }
|
svg text:hover { cursor:pointer; }
|
||||||
svg rect { stroke-width:var(--svg-stroke-width); stroke:var(--body-fg-color); fill:var(--output-bg-color); cursor:pointer; }
|
svg rect { stroke-width:var(--svg-stroke-width); stroke:var(--body-fg-color); fill:var(--output-bg-color); cursor:pointer; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user