1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-26 01:04:06 +08:00
This commit is contained in:
harveyshao 2021-04-13 22:58:26 +08:00
parent bf16642bd2
commit 5178fbf4e9
2 changed files with 4 additions and 0 deletions

View File

@ -286,6 +286,9 @@ fieldset>form.option>div.item input.args.long {
fieldset>form.option>div.item input.args.full {
width:480px;
}
fieldset>form.option>div.item input.args[name=url] {
width:320px;
}
fieldset>form.option>div.item input.opts {
width:80px;
}

View File

@ -32,6 +32,7 @@ fieldset.word ul.story[data-type=premenu] {
}
fieldset.word ul.story[data-type=premenu] li:hover {
background:cyan;
color:blue;
}
fieldset.word li.H2 {
font-weight:bold;