# HG changeset patch # User Alexander Plavin # Date 1378459858 -14400 # Node ID e0666aaa1382f646501a2fdff85eb1f720aa9712 # Parent b5c6010350058ee7d83f6e3753c9d9ca5245802a paper: add reddish background to ajax error message diff -r b5c601035005 -r e0666aaa1382 mercurial/templates/static/style-paper.css --- a/mercurial/templates/static/style-paper.css Fri Sep 06 13:30:58 2013 +0400 +++ b/mercurial/templates/static/style-paper.css Fri Sep 06 13:30:58 2013 +0400 @@ -403,3 +403,6 @@ from { background-color: #A0CEFF; } to { } } +.scroll-loading-error { + background-color: #FFCCCC !important; +}