loading bg fix, watching/heatmap color fix, welcome sticky bg fix, user popup drop-shadow fix

This commit is contained in:
Kris Aubuchon 2014-02-11 21:03:25 -05:00
parent c24c60e33f
commit dd4d1eddd4
3 changed files with 7 additions and 8 deletions

View File

@ -17,7 +17,7 @@
.composer-popup {
@include box-shadow(3px 3px 3px rgba($primary, 0.14));
background: $highlight;
background: lighten($highlight, 8%);
h3 {
margin-bottom: 10px;
@ -38,7 +38,6 @@
opacity: 1.0;
}
background-color: lighten($highlight, 40%);
border: 1px solid darken($highlight, 10%);
padding: 10px;
width: 600px;

View File

@ -86,14 +86,14 @@ body {
color: $tertiary !important;
}
.heatmap-high {
color: lighten($highlight_danger, 50%) !important;
}
.heatmap-med {
color: lighten($highlight_danger, 10%) !important;
}
.heatmap-low {
.heatmap-med {
color: $highlight_danger !important;
}
.heatmap-low {
color: darken($highlight_danger, 10%) !important;
}
#loading-message {
position: absolute;
font-size: 30px;
@ -269,7 +269,7 @@ blockquote {
.spinner {
width: 100px;
margin: 0 auto 30px auto;
background-color: $primary;
background-color: #000;
@include border-radius-all(10px);
padding: 10px 10px 10px 30px;
font-size: 15px;

View File

@ -7,7 +7,7 @@
position: absolute;
left: 20px;
z-index: 990;
box-shadow: 0 2px 6px $primary_lightest;
box-shadow: 0 2px 6px $primary_light;
margin-top: -2px;
background-color: $secondary;
padding: 12px 12px 5px 12px;