css: remove borders from around iqdb thumbnails.

This commit is contained in:
evazion
2019-09-17 00:28:41 -05:00
parent c2bfd2ebe6
commit 4842728ed7
2 changed files with 0 additions and 19 deletions

View File

@@ -68,8 +68,6 @@
--post-tooltip-scrollbar-track-background: #EEEEEE;
--post-tooltip-scrollbar-track-border: 0px none white;
--iqdb-preview-border: 1px solid lightgrey;
--preview-current-post-background: rgba(0, 0, 0, 0.1);
--autocomplete-background-color: #F0F0F0;

View File

@@ -1,17 +0,0 @@
div#c-iqdb-queries {
div#a-check {
article.post-preview {
height: 180px;
width: 180px;
border: var(--iqdb-preview-border);
img {
margin-top: 10px;
}
}
#filedropzone {
margin: 1em 0;
}
}
}