comparison 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
comparison
equal deleted inserted replaced
19761:b5c601035005 19762:e0666aaa1382
401 } 401 }
402 @keyframes change_color { 402 @keyframes change_color {
403 from { background-color: #A0CEFF; } to { } 403 from { background-color: #A0CEFF; } to { }
404 } 404 }
405 405
406 .scroll-loading-error {
407 background-color: #FFCCCC !important;
408 }