From 5f83b20f6bf9c8f63c35033b0a237a96b4ad66d0 Mon Sep 17 00:00:00 2001 From: Alexei Stukov Date: Fri, 12 May 2017 22:45:22 +0300 Subject: [PATCH] Restore open folder buttons --- css/main.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/css/main.css b/css/main.css index 8d87712..dcebd46 100644 --- a/css/main.css +++ b/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;}