Emoji picker, Search and Themes updates

This commit is contained in:
Daisuke
2020-04-13 11:30:51 -05:00
parent cf0ba1244d
commit 299c58692e
120 changed files with 224 additions and 9206 deletions

View File

@ -117,7 +117,7 @@ input[type="checkbox"]:checked+label {
color: black !important;
}
.uploadBox {
.uploadBox,.picker {
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}
@ -248,7 +248,8 @@ input[type="checkbox"]:checked+label {
.post,
.rb,
.textonly,
.loadmore {
.loadmore,
.searchmobile {
background-color: #383858;
border-top:2px solid #6a6a82;
border-left:2px solid #6a6a82;
@ -305,6 +306,19 @@ input[type="checkbox"]:checked+label {
background-color:black;
}
.polloption {
display:block;
box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.5), 0 1px rgba(255, 255, 255, 0.1);
border-bottom:2px solid #6a6a82;
border-right:2px solid #6a6a82;
border-top:2px solid #26263c;
border-left:2px solid #26263c;
background-color: #04e703;
color:black !important;
margin-bottom:2px;
padding:5px;
}
.post_footer .post_buttons a, .post_footer span{
color: #04e703;
}