add color selector css

This commit is contained in:
Prayag
2020-12-25 14:56:19 +05:30
committed by GitHub
parent 10f48817ab
commit 5b2fc436b3

View File

@@ -514,6 +514,12 @@
.tooltip:hover .tooltiptext {
visibility: visible;
}
input#favcolor {
width: 100%;
height: 3em !important;
background: none;
border: none;
}
</style>
</div>
</body>