changes due to feedback
This commit is contained in:
parent
ab5489baa0
commit
fcbf569317
2 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,7 @@ $grey-dark: #333333;
|
||||||
$grey-dark_l2: darken($grey-dark, 4%);
|
$grey-dark_l2: darken($grey-dark, 4%);
|
||||||
$grey-dark_l3: darken($grey-dark_l2, 7%);
|
$grey-dark_l3: darken($grey-dark_l2, 7%);
|
||||||
$grey-dark_l4: darken($grey-dark_l3, 8%);
|
$grey-dark_l4: darken($grey-dark_l3, 8%);
|
||||||
|
$button-dark: #ccc;
|
||||||
$text-dark: #CCCCCC;
|
$text-dark: #CCCCCC;
|
||||||
|
|
||||||
.android-dark {
|
.android-dark {
|
||||||
|
@ -22,6 +23,10 @@ $text-dark: #CCCCCC;
|
||||||
color: $text-dark;
|
color: $text-dark;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
button, .confirmation-dialog .content .buttons button {
|
||||||
|
background-color: $button-dark;
|
||||||
|
border: 1px solid $grey-dark_l2;
|
||||||
|
}
|
||||||
.message-detail, .message-container, .conversation,
|
.message-detail, .message-container, .conversation,
|
||||||
.discussion-container {
|
.discussion-container {
|
||||||
background-color: $grey-dark_l3;
|
background-color: $grey-dark_l3;
|
||||||
|
|
|
@ -1899,6 +1899,9 @@ li.entry .error-icon-container {
|
||||||
.android-dark #header.inactive {
|
.android-dark #header.inactive {
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
color: #CCCCCC; }
|
color: #CCCCCC; }
|
||||||
|
.android-dark button, .android-dark .confirmation-dialog .content .buttons button {
|
||||||
|
background-color: #ccc;
|
||||||
|
border: 1px solid #292929; }
|
||||||
.android-dark .message-detail, .android-dark .message-container, .android-dark .conversation,
|
.android-dark .message-detail, .android-dark .message-container, .android-dark .conversation,
|
||||||
.android-dark .discussion-container {
|
.android-dark .discussion-container {
|
||||||
background-color: #171717; }
|
background-color: #171717; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue