mirror of
https://github.com/nasa/openmct.git
synced 2025-01-02 19:36:41 +00:00
Changed opacity from 0.5 to 0.7 (#6194)
This commit is contained in:
parent
fb4b80862e
commit
96d723a424
@ -246,7 +246,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
opacity: 0.5;
|
opacity: 1;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user