Restore open folder buttons

This commit is contained in:
Alexei Stukov 2017-05-12 22:45:22 +03:00 committed by GitHub
parent c9b6a11941
commit 5f83b20f6b
1 changed files with 11 additions and 0 deletions

View File

@ -1890,7 +1890,18 @@
background:#202020;
}
.bd-pfbtn {
position: absolute;
top: 60px;
left: 120px;
background: #7289da;
color: #FFF;
border-radius: 5px;
display: block;
}
/*BD BLUE*/
.bd-blue .bd-pfbtn { background: #3a71c1; }
.bd-blue .bot-tag {background: #3a71c1;}
.bd-blue .bot-tag.bot-tag-invert {color: #3a71c1!important}
.bd-blue .spinner-wandering-cubes .spinner-item {background-color: #3a71c1;}