1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-10-31 05:43:01 +00:00

Removed first jQuery dependencies, cleanup javascript, removed bootstrap-slider

This commit is contained in:
jcorporation
2018-06-28 23:51:24 +01:00
parent fed98f8423
commit e6fef5a174
8 changed files with 590 additions and 649 deletions

View File

@@ -17,10 +17,6 @@ body {
background-color:#888;
}
#volumeslider {
width: 104px;
}
button {
overflow: hidden;
}
@@ -36,7 +32,6 @@ button {
#counter {
font-size: 22px;
margin-top: -2px;
margin-left: 10px;
min-width: 50px;
}
@@ -127,6 +122,10 @@ tbody {
font-feature-settings: 'liga';
}
.material-icons-small {
font-size: 16px;
}
main {
padding-top:20px;
}
@@ -150,26 +149,16 @@ main {
overflow-x:hidden;
}
.slider-selection {
background:#28a745 !important;
}
#progressbar .slider-track {
height: 20px !important;
}
#progressbar {
#progressBar {
width:100%;
margin-top:8px;
}
#volumebar {
#volumeBar {
margin-top:2px;
width:160px;
}
.slider-handle {
visibility:hidden !important;
}
[data-notify="title"] {
font-size:120%;
}
@@ -184,7 +173,7 @@ main {
#BrowseDatabaseFilterLetters > button,
#BrowsePlaylistsFilterLetters > button
{
min-width:28px;
width:28px;
}
.col-md {
@@ -203,4 +192,6 @@ button.active {
color: #fff;
background-color: #28a745 !important;
border-color: #28a745 !important;
}
}