diff --git a/mpwo_client/src/components/App.css b/mpwo_client/src/components/App.css index 23ddef0d..47ed1f3b 100644 --- a/mpwo_client/src/components/App.css +++ b/mpwo_client/src/components/App.css @@ -165,6 +165,10 @@ input, textarea { color: lightgrey; } +.img-disabled { + opacity: .4; +} + .record-logo { margin-right: 5px; max-width: 25px; diff --git a/mpwo_client/src/components/Dashboard/Records.jsx b/mpwo_client/src/components/Dashboard/Records.jsx index 90d2e5d7..c4acb2eb 100644 --- a/mpwo_client/src/components/Dashboard/Records.jsx +++ b/mpwo_client/src/components/Dashboard/Records.jsx @@ -24,7 +24,7 @@ export default function RecordsCard (props) {