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

Alexander Plavin alexander at plav.in
Sat Aug 17 17:33:14 CDT 2013


# HG changeset patch
# User Alexander Plavin <alexander at plav.in>
# Date 1376071527 -14400
#      Fri Aug 09 22:05:27 2013 +0400
# Node ID eca806a6c95e11fb1d0706b9903a86f448b170b4
# Parent  8569c8bc8bbfb5227e0406b481b8dc07b05857cc
paper: add reddish background to ajax error message

diff -r 8569c8bc8bbf -r eca806a6c95e mercurial/templates/static/style-paper.css
--- a/mercurial/templates/static/style-paper.css	Fri Aug 09 22:04:39 2013 +0400
+++ b/mercurial/templates/static/style-paper.css	Fri Aug 09 22:05:27 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