1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-10-23 01:47:40 +00:00

Popover for advanced actions

This commit is contained in:
jcorporation
2018-07-04 23:49:34 +01:00
parent b2ba91fedb
commit e5c35e0be9
2 changed files with 35 additions and 21 deletions

View File

@@ -181,7 +181,6 @@ main {
min-height:250px;
background-repeat:no-repeat;
background-color:#eee;
cursor:pointer;
}
button.active {
@@ -206,4 +205,9 @@ div.alertBoxActive {
opacity:1 !important;
visibility:visible !important;
transition:opacity 0.5s ease-in;
}
.popover-content {
padding-top:4px;
padding-bottom:4px;
}