Merge pull request #2317 from awesomerobot/master

few small consistency changes
This commit is contained in:
Régis Hanol 2014-05-06 18:32:10 +02:00
commit 94ff49fcd3
3 changed files with 6 additions and 6 deletions

View File

@ -123,7 +123,7 @@
}
.unread-notifications {
right: -4px;
background-color: $tertiary;
background-color: scale-color($tertiary, $lightness: 50%);
}
.unread-private-messages {
left: -4px;

View File

@ -147,7 +147,7 @@ nav.post-controls {
}
&:active {
background: scale-color($tertiary, $lightness: 40%);
background: scale-color($tertiary, $lightness: 50%);
@include box-shadow(inset 0 1px 3px rgba($primary, .3));
}
@ -957,7 +957,7 @@ blockquote { /* solo quotes */
position: fixed;
z-index: 1000;
left: 50%;
background-color: scale-color($tertiary, $lightness: 40%);
background-color: scale-color($tertiary, $lightness: 50%);
border: 1px solid $tertiary;
padding: 5px;
margin-bottom: 5px;
@ -997,7 +997,7 @@ blockquote { /* solo quotes */
color: $secondary;
font-weight: normal;
margin-bottom: 10px;
background: scale-color($tertiary, $lightness: 40%);
background: scale-color($tertiary, $lightness: 50%);
&[href] {
color: $secondary;
@ -1024,7 +1024,7 @@ blockquote { /* solo quotes */
article.boxed {
.select-posts {
button.select-post {
background-color: scale-color($tertiary, $lightness: 40%);
background-color: scale-color($tertiary, $lightness: 50%);
color: $secondary;
}
}

View File

@ -231,7 +231,7 @@
.secondary {
float: right;
background-color: rgba(scale-color($primary, $lightness: 50%), .9);
background-color: rgba(scale-color($primary, $lightness: 20%), .9);
text-align: right;
padding: 0 20px;
max-width: 165px;