Make the border colors of test report status texts more subtle thus less distracting

This commit is contained in:
Saophalkun Ponlu 2012-09-01 12:24:51 +12:00
parent 60987acbdb
commit e624742ae9

View File

@ -13,7 +13,7 @@ body { background-color: #eee; margin: 0; overflow-x: hidden; padding: 0; font-f
.trace .test-case { font-size: 1.1em; }
.trace li, .build li, .options li { font-size: 14px; margin: 6px 0; }
.trace .failure { margin: 1em 0 2em; }
.trace .failure pre { color: #C80700; background: #FFE9E9; border-color: #C80700; }
.trace .failure pre { color: #C80700; background: #FFE9E9; border-color: #FDC4C1; }
a { color: #666; }
a:hover { color: #222; }
@ -33,8 +33,8 @@ ul { margin: 0 0 18px 0; padding: 0 0 0 18px; }
.status { margin-top: 18px; padding: 0; color: #333; background: #EEEEEE; border: 1px solid #CCCCCC; border-radius: 4px; }
.status h2 { margin: 10px 15px; }
.pass { color: #006600; background: #E2F9E3; border-color: #8DD38D; }
.fail { color: #C80700; background: #FFE9E9; border-color: #C80700; }
.pass { color: #006600; background: #E2F9E3; border-color: #92f192; }
.fail { color: #C80700; background: #FFE9E9; border-color: #FDC4C1; }
.message { background-color: white; color: #333; margin: 0.5em; padding: 0.5em 0.8em 0.4em; border: 1px #CCC solid; border-radius: 4px; }
.message.warning { color: #fc7330; background: #fcf5ed; border-color: #fdd0a0; }