Commit ef8e59d4 authored by Alain Takoudjou's avatar Alain Takoudjou

Make warning popup message more vissible

parent 3c8db872
......@@ -2120,7 +2120,9 @@ function displayError(message, level) {
gravity = 'bottom';
break;
case "warning":
background = "linear-gradient(to right, #edd800, #c9c200)";
background = "linear-gradient(to right, #bdc511, #c2cf01)";
position = "right";
gravity = 'bottom';
break;
}
......
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