mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 04:04:21 +08:00
loading bg fix, watching/heatmap color fix, welcome sticky bg fix, user popup drop-shadow fix
This commit is contained in:
parent
c24c60e33f
commit
dd4d1eddd4
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user