support appending multiple files by clicking targets
This commit is contained in:
@@ -65,6 +65,7 @@ pre:empty{ display: none }
|
||||
background-size: contain;
|
||||
}
|
||||
.target:hover{ background-color: rgb(80,80,90) }
|
||||
.target.selected{ background-color: rgb(80,80,120) }
|
||||
.target > a:hover{ filter: drop-shadow(0 0 3px fuchsia) }
|
||||
/*#targets{ display: grid; grid-template-columns: 1fr 1fr 1fr }*/
|
||||
#targets{
|
||||
@@ -92,8 +93,8 @@ pre > div{
|
||||
.hidden{ display: none !important }
|
||||
|
||||
.comment{ color: rgb(50,180,90) }
|
||||
.selector{ color: silver }
|
||||
.pseudo{ color: violet }
|
||||
.selector{ color: lavenderblush }
|
||||
.pseudo{ color: rgb(200,180,250) }
|
||||
.id{ color: rgb(240, 148, 138) }
|
||||
.class{ color: skyblue }
|
||||
.attribute{ color: rgb(120,230,170) }
|
||||
|
||||
Reference in New Issue
Block a user