This commit is contained in:
2021-06-25 08:25:11 +00:00
parent 8877c0bad0
commit 37d34c2bab
739 changed files with 613 additions and 1120 deletions

20
public/css/glitch.css vendored Executable file → Normal file
View File

@@ -935,7 +935,7 @@ body, .text-center, .vidinfo, .videotitle, .label.label-default, .popover, .popo
}
label[for='tag-add-toggle'] {
padding-top: 12px;
padding-top: 5px;
}
.nav>li>a:hover, .nav>li>a:focus {
@@ -1082,7 +1082,7 @@ div#tag-display {
.bootstrap-tagsinput {
background: linear-gradient(to top,#0a0a0aa3 0%,#163f42a6 100%);
height: 100%;
border: 1px solid #8080804a;
border: 1px solid cyan;
}
.nav>li.addtagsy>a:hover {
@@ -1105,4 +1105,20 @@ ul.pagination {
justify-content: left;
position: relative;
bottom: -10px;
}
.nav > li.addtagsy > a {
padding-top: 5px !important;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
}
#dragndrop {
border: 1px solid cyan;
border-radius: 5px;
padding: 10px;
background: linear-gradient(to top, #0a0a0a 0%, #163f42 100%);
}