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:
parent
bdfa793a8d
commit
ce8acf303a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue