mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
added opacity transition
This commit is contained in:
@@ -51,7 +51,9 @@ body{background:#FFF; margin:0;}
|
|||||||
#plus:hover,#minus:hover{background-color: #111;}
|
#plus:hover,#minus:hover{background-color: #111;}
|
||||||
|
|
||||||
#player{height: 68%; height: calc(87% - 183px); width: 78%; border-radius: 3px; border-bottom:solid #c9c9c9 4px;}
|
#player{height: 68%; height: calc(87% - 183px); width: 78%; border-radius: 3px; border-bottom:solid #c9c9c9 4px;}
|
||||||
#playlist{}
|
#adminPanel{color:black;background-color:rgba(218,218,218,1);position:absolute;z-index:1;}
|
||||||
|
.lowOpacity{opacity:0.5;}
|
||||||
|
#playlist{-webkit-transition: opacity 1s;transition: opacity 1s;}
|
||||||
.nomargin{padding: 0;margin:0;}
|
.nomargin{padding: 0;margin:0;}
|
||||||
|
|
||||||
@media (max-width: 1000px) {
|
@media (max-width: 1000px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user