|
|
|
@ -2,6 +2,7 @@ $grey-dark: #333333;
|
|
|
|
|
$grey-dark_l2: darken($grey-dark, 4%);
|
|
|
|
|
$grey-dark_l3: darken($grey-dark_l2, 7%);
|
|
|
|
|
$grey-dark_l4: darken($grey-dark_l3, 8%);
|
|
|
|
|
$button-dark: #ccc;
|
|
|
|
|
$text-dark: #CCCCCC;
|
|
|
|
|
|
|
|
|
|
.android-dark {
|
|
|
|
@ -22,6 +23,10 @@ $text-dark: #CCCCCC;
|
|
|
|
|
color: $text-dark;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
button, .confirmation-dialog .content .buttons button {
|
|
|
|
|
background-color: $button-dark;
|
|
|
|
|
border: 1px solid $grey-dark_l2;
|
|
|
|
|
}
|
|
|
|
|
.message-detail, .message-container, .conversation,
|
|
|
|
|
.discussion-container {
|
|
|
|
|
background-color: $grey-dark_l3;
|
|
|
|
|