player shadow
This commit is contained in:
@ -995,6 +995,7 @@ nav li {
|
||||
//-- player
|
||||
.a-player {
|
||||
z-index: 10000;
|
||||
box-shadow: 0em -0.5em 0.5em rgba(0, 0, 0, 0.05);
|
||||
|
||||
a { color: var(--highlight-color-2); }
|
||||
}
|
||||
@ -1039,7 +1040,6 @@ nav li {
|
||||
|
||||
border-top: 1px $grey-light solid;
|
||||
background: var(--player-bar-bg);
|
||||
box-shadow: 0em -0.5em 0.5em rgba(0, 0, 0, 0.05);
|
||||
|
||||
> * { height: 100%; }
|
||||
|
||||
|
Reference in New Issue
Block a user