This commit is contained in:
2017-09-23 17:19:11 +02:00
parent a2848a9ee3
commit 46435b7e52
9 changed files with 7991 additions and 18 deletions

View File

@@ -11,7 +11,7 @@
body {
margin: 0;
margin-top: 70px;
margin-top: 46px;
/*background: @background-color;
color:@main-front-color;*/
}
@@ -71,11 +71,12 @@ span.input-group-btn.open > ul > li> a{
.nav-header {
font-weight: bold;
}
.scroll{
.scroll {
overflow-y: scroll;
height: ~"calc(100vh - 387px)";
height: ~"calc(100vh - 160px)";
margin-top: 15px;
box-shadow: inset 0px 0px 3px 2px rgba(69, 69, 69, 0.3);
}
.left-playlist{
box-shadow: 0px 0px 6px 1px @main-front-color;
height: ~"calc(100vh - 20vw - 30px )";
@@ -94,3 +95,19 @@ span.input-group-btn.open > ul > li> a{
*{
border-radius: 0px !important;
}
*::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
*::-webkit-scrollbar
{
width: 6px;
background-color: #F5F5F5;
}
*::-webkit-scrollbar-thumb
{
background-color: #000000;
}