Restore open folder buttons
This commit is contained in:
parent
c9b6a11941
commit
5f83b20f6b
11
css/main.css
11
css/main.css
|
@ -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;}
|
||||
|
|
Loading…
Reference in New Issue