compass/test/fixtures/stylesheets/blueprint/css/single-imports/interaction.css
Chris Eppstein a7977f4d63 Port of the following blueprint commit:
commit 1adea984cbe7d30a529713f9e0ae8bd26fd88272
Author: Christian Montoya <sirokai@gmail.com>
Date:   Wed Sep 1 16:54:35 2010 -0400

    Adding new changes for link colors and test files
2010-11-12 09:54:44 -08:00

47 lines
743 B
CSS

.feedback, .error, .notice, .success, .info {
padding: 0.8em;
margin-bottom: 1em;
border: 2px solid #dddddd; }
.error {
background: #fbe3e4;
color: #8a1f11;
border-color: #fbc2c4; }
.error a {
color: #8a1f11; }
.notice {
background: #fff6bf;
color: #514721;
border-color: #ffd324; }
.notice a {
color: #514721; }
.success {
background: #e6efc2;
color: #264409;
border-color: #c6d880; }
.success a {
color: #264409; }
.info {
background: #d5edf8;
color: #205791;
border-color: #92cae4; }
.info a {
color: #205791; }
.hide {
display: none; }
.highlight {
background: yellow; }
.added {
background: #006600;
color: white; }
.removed {
background: #990000;
color: white; }