Make warning popup message more readable
This commit is contained in:
committed by
Juliusz Chroboczek
parent
bdfa793a8d
commit
ce8acf303a
+1
-1
@@ -2134,7 +2134,7 @@ function displayError(message, level) {
|
|||||||
gravity = 'bottom';
|
gravity = 'bottom';
|
||||||
break;
|
break;
|
||||||
case "warning":
|
case "warning":
|
||||||
background = "linear-gradient(to right, #edd800, #c9c200)";
|
background = "linear-gradient(to right, #bdc511, #c2cf01)";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user