diff mercurial/templates/static/style-paper.css @ 19762:e0666aaa1382

paper: add reddish background to ajax error message
author Alexander Plavin <alexander@plav.in>
date Fri, 06 Sep 2013 13:30:58 +0400
parents b5c601035005
children 9096f83f9e7c
line wrap: on
line diff
--- 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;
+}