fixed share css

This commit is contained in:
gilbN 2019-04-16 00:30:15 +02:00
parent 0e261cb222
commit aa3ea6bd1c

View File

@ -131,6 +131,14 @@ body{
.material-icons, .prompt .file-list ul li:before{ .material-icons, .prompt .file-list ul li:before{
color: white; color: white;
} }
.share__box__info {
background: #2d2c2c;
}
.share__box__download {
background: #2cabe3;
color: rgb(255, 255, 255);
border-bottom: 1px solid #2cabe3;
}
#listing.list .item div:first-of-type i { #listing.list .item div:first-of-type i {
color: #2cabe3; color: #2cabe3;
} }
@ -189,7 +197,7 @@ select {
color: rgb(238, 238, 238); color: rgb(238, 238, 238);
} }
input, textarea, select, button{ input, textarea, select, button{
color: rgb(238, 238, 238); color: rgb(0, 0, 0);
} }
.collapsible>label *{ .collapsible>label *{
color: rgb(238, 238, 238); color: rgb(238, 238, 238);