support appending multiple files by clicking targets

This commit is contained in:
MrOtherGuy
2021-06-18 12:03:11 +03:00
parent a7a306f2a6
commit 7f6d21b2e8
2 changed files with 52 additions and 10 deletions

View File

@@ -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) }