mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
opt color
This commit is contained in:
parent
d1455c36f5
commit
4a15bcf2bd
@ -295,7 +295,6 @@ body.white fieldset.Action fieldset.plugin legend:hover {
|
||||
}
|
||||
|
||||
body.white fieldset.plugin table {
|
||||
/* background-color:white; */
|
||||
color:black;
|
||||
}
|
||||
body.white fieldset.plugin table tr {
|
||||
|
@ -19,12 +19,16 @@ fieldset.editor {
|
||||
fieldset.editor>div.output {
|
||||
background-color:#173d40ab;
|
||||
}
|
||||
fieldset.editor>div.output>table>tr {
|
||||
background-color:#99CCFF00;
|
||||
}
|
||||
fieldset.editor>div.output>table>tr:hover {
|
||||
background-color:#99CCFF00;
|
||||
}
|
||||
fieldset.editor>div.output>table>tr>td {
|
||||
padding:0; overflow:auto;
|
||||
vertical-align:top;
|
||||
background-color:#99CCFF00;
|
||||
}
|
||||
fieldset.editor>div.output>table>tr>td:hover {
|
||||
background-color:#99CCFF00;
|
||||
@ -43,6 +47,9 @@ fieldset.editor>div.output div.profile {
|
||||
fieldset.editor>div.output table.content {
|
||||
font-size:16px; font-family:monospace;
|
||||
}
|
||||
fieldset.editor>div.output table.content tr {
|
||||
background-color:#99CCFF00;
|
||||
}
|
||||
fieldset.editor>div.output table.content tr.select td.line {
|
||||
background-color:red;
|
||||
border:solid 1px yellow;
|
||||
|
@ -293,11 +293,11 @@ Volcanos("onkeymap", {help: "键盘交互", list: ["command", "normal", "insert"
|
||||
|
||||
selectLine: function(can, line, item) {
|
||||
can.page.Modify(can, can.ui.editor, {className: "editor "+can.mode, value: item.innerText, style: {
|
||||
height: item.offsetHeight, width: item.offsetWidth,
|
||||
height: item.offsetHeight, width: can.Conf("width")-180,
|
||||
left: item.offsetLeft, top: item.offsetTop,
|
||||
}})
|
||||
can.page.Modify(can, can.ui.command, {className: "command "+can.mode, value: item.innerText, style: {
|
||||
height: item.offsetHeight, width: item.offsetWidth,
|
||||
height: item.offsetHeight, width: can.Conf("width")-180,
|
||||
left: item.offsetLeft, top: item.offsetTop + can.ui.profile.offsetHeight-100,
|
||||
}})
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user