January 29, 20206 yr Right now I find it hard to visually tell if a docker is running or not (as the docker images take focus away from the state icons) One example would to add some css to lesen the opacity of the docker image if the state is stopped, here is an example: img.stopped { opacity: .35; filter: alpha(opacity=35); -webkit-transition: opacity .5s ease-in-out; -moz-transition: opacity .5s ease-in-out; -ms-transition: opacity .5s ease-in-out; -o-transition: opacity .5s ease-in-out; transition: opacity .5s ease-in-out; } preview: Edited January 29, 20206 yr by zoggy
Archived
This topic is now archived and is closed to further replies.