1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-10 02:35:58 +01:00

Make warning popup message more readable

This commit is contained in:
Alain Takoudjou 2020-12-08 17:50:29 +01:00 committed by Juliusz Chroboczek
parent bdfa793a8d
commit ce8acf303a

View file

@ -2134,7 +2134,7 @@ function displayError(message, level) {
gravity = 'bottom';
break;
case "warning":
background = "linear-gradient(to right, #edd800, #c9c200)";
background = "linear-gradient(to right, #bdc511, #c2cf01)";
break;
}