[PATCH 4 of 4] paper: add reddish background to ajax error message

Alexander Plavin alexander at plav.in
Thu Sep 19 13:31:53 CDT 2013


# HG changeset patch
# User Alexander Plavin <alexander at plav.in>
# Date 1378459858 -14400
#      Fri Sep 06 13:30:58 2013 +0400
# Node ID f4ce6bc84acbfbd0068e4d4316727524117bdacc
# Parent  35b8522d22eabecbbf2dce93f91442a67c6c3de8
paper: add reddish background to ajax error message

diff -r 35b8522d22ea -r f4ce6bc84acb 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,6 +403,10 @@
   from { background-color: #A0CEFF; } to {  }
 }
 
+.scroll-loading-error {
+    background-color: #FFCCCC !important;
+}
+
 .scroll-separator {
     border-bottom: 1px solid #444 !important;
 }


More information about the Mercurial-devel mailing list