Update finimalism3-0
This commit is contained in:
parent
28d29a69a7
commit
c460c597ea
1 changed files with 2 additions and 2 deletions
|
@ -867,7 +867,7 @@ div[data-role="controlgroup"] a[data-role="button"] {
|
|||
background-color: #00000000 !important;
|
||||
}
|
||||
.cardOverlayContainer {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
}
|
||||
/* Play button hovering (for low width windows) */
|
||||
|
@ -879,7 +879,7 @@ div[data-role="controlgroup"] a[data-role="button"] {
|
|||
background-color: #00000000 !important;
|
||||
}
|
||||
.cardOverlayContainer {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
.cardOverlayButton {
|
||||
padding: 0.25em;
|
||||
|
|
Loading…
Reference in a new issue