Use shades of gray for left pane focus effect

Also remove extraneous rule. It is repeated further down the stylesheet,
and overruled by !important.
This commit is contained in:
lilia 2016-12-03 20:16:39 +01:00
parent 09b582bb2b
commit 46254e3c23
2 changed files with 2 additions and 11 deletions

View file

@ -10,7 +10,7 @@ $text-dark: #CCCCCC;
border-color: $grey-dark;
}
#header {
background-color: $blue;
background-color: $grey-dark_l2;
color: white;
transition: background-color 0.5s;
&.inactive {
@ -46,12 +46,6 @@ $text-dark: #CCCCCC;
color: $text-dark;
}
}
.conversation-stack .inactive {
.conversation-header{
background-color: $grey-dark;
color: $text-dark;
}
}
.contact-details .name {
font-weight: 400;
}

View file

@ -1702,7 +1702,7 @@ li.entry .error-icon-container {
.android-dark hr {
border-color: #333333; }
.android-dark #header {
background-color: #2090ea;
background-color: #292929;
color: white;
transition: background-color 0.5s; }
.android-dark #header.inactive {
@ -1728,9 +1728,6 @@ li.entry .error-icon-container {
.android-dark .flex .send-message {
background-color: #171717;
color: #CCCCCC; }
.android-dark .conversation-stack .inactive .conversation-header {
background-color: #333333;
color: #CCCCCC; }
.android-dark .contact-details .name {
font-weight: 400; }
.android-dark .group-member-list .members .contact, .android-dark .new-group-update .members .contact, .android-dark .attachment-previews img {