New: Added background color to the media details table
This commit is contained in:
parent
93dba11bea
commit
cfb4bc772f
1 changed files with 1 additions and 0 deletions
|
|
@ -1066,6 +1066,7 @@ progress+span {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
border: var(--defaultBorder);
|
border: var(--defaultBorder);
|
||||||
border-radius: var(--smallRadius);
|
border-radius: var(--smallRadius);
|
||||||
|
background-color: var(--lighterGradientPointAlpha);
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports(display:revert) {
|
@supports(display:revert) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue