Commit b91d48d4 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Improve media-failed CSS.

parent 028ed7df
...@@ -10,6 +10,7 @@ Galène 0.4.1 (unreleased): ...@@ -10,6 +10,7 @@ Galène 0.4.1 (unreleased):
logged in, and will be required for new authorisation schemes. logged in, and will be required for new authorisation schemes.
* Allow scrolling of the login dialog, useful on small devices. * Allow scrolling of the login dialog, useful on small devices.
* Fixed a typo that prevented the group name from being displayed. * Fixed a typo that prevented the group name from being displayed.
* Made failed videos more visible.
5 September 2021: Galène 0.4 5 September 2021: Galène 0.4
......
...@@ -913,7 +913,7 @@ h1 { ...@@ -913,7 +913,7 @@ h1 {
} }
.media-failed { .media-failed {
opacity: 0.7; filter: grayscale(0.5) contrast(0.5);
} }
.mirror { .mirror {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment