mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
27 lines
634 B
CSS
27 lines
634 B
CSS
fieldset.plugin div.output.json div.item:hover {
|
|
background-color:#0000;
|
|
}
|
|
fieldset.plugin div.output.json div.item div.item {
|
|
border:solid 1px #0000000d;
|
|
border-left:dashed 1px lightblue;
|
|
margin-left:5px; padding-left:15px;
|
|
cursor:pointer;
|
|
}
|
|
fieldset.plugin div.output.json div.item div.item:hover {
|
|
border:solid 1px red;
|
|
}
|
|
fieldset.plugin div.output.json div.item span.nonce {
|
|
color:#9cbeca4f;
|
|
cursor:pointer;
|
|
}
|
|
fieldset.plugin div.output.json div.item span.key {
|
|
color:yellow;
|
|
}
|
|
fieldset.plugin div.output.json div.item span.string {
|
|
color:magenta;
|
|
}
|
|
fieldset.plugin div.output.json div.item span.const {
|
|
color:cyan;
|
|
}
|
|
|