Brighten dark theme microphone icon
This commit is contained in:
@@ -91,6 +91,9 @@ $text-dark: #CCCCCC;
|
|||||||
@include color-svg('/images/paperclip.svg', white);
|
@include color-svg('/images/paperclip.svg', white);
|
||||||
transform: rotateZ(-45deg);
|
transform: rotateZ(-45deg);
|
||||||
}
|
}
|
||||||
|
.capture-audio .microphone:before {
|
||||||
|
@include color-svg('/images/microphone.svg', white);
|
||||||
|
}
|
||||||
.conversations {
|
.conversations {
|
||||||
background-color: $grey-dark_l2;
|
background-color: $grey-dark_l2;
|
||||||
.conversation-list-item {
|
.conversation-list-item {
|
||||||
|
@@ -1860,6 +1860,10 @@ li.entry .error-icon-container {
|
|||||||
-webkit-mask-size: 100%;
|
-webkit-mask-size: 100%;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
transform: rotateZ(-45deg); }
|
transform: rotateZ(-45deg); }
|
||||||
|
.android-dark .capture-audio .microphone:before {
|
||||||
|
-webkit-mask: url("/images/microphone.svg") no-repeat center;
|
||||||
|
-webkit-mask-size: 100%;
|
||||||
|
background-color: white; }
|
||||||
.android-dark .conversations {
|
.android-dark .conversations {
|
||||||
background-color: #292929; }
|
background-color: #292929; }
|
||||||
.android-dark .conversations .conversation-list-item {
|
.android-dark .conversations .conversation-list-item {
|
||||||
|
Reference in New Issue
Block a user