From patchwork Sat Aug 17 22:33:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [9,of,9,V2] paper: add reddish background to ajax error message From: Alexander Plavin X-Patchwork-Id: 2219 Message-Id: To: mercurial-devel@selenic.com Date: Sun, 18 Aug 2013 02:33:14 +0400 # HG changeset patch # User Alexander Plavin # 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; }