parent
cf80557869
commit
bb5ebf39bd
2 changed files with 12 additions and 0 deletions
|
@ -40,6 +40,11 @@ $text-dark: #CCCCCC;
|
||||||
background-color: $grey-dark;
|
background-color: $grey-dark;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.content textarea {
|
||||||
|
background-color: $grey-dark_l3;
|
||||||
|
border-width: 0px;
|
||||||
|
@include invert-text-color;
|
||||||
|
}
|
||||||
.flex {
|
.flex {
|
||||||
background-color: $grey-dark_l3;
|
background-color: $grey-dark_l3;
|
||||||
.send-message {
|
.send-message {
|
||||||
|
|
|
@ -1725,6 +1725,13 @@ li.entry .error-icon-container {
|
||||||
color: #CCCCCC; }
|
color: #CCCCCC; }
|
||||||
.android-dark .menu-list li:hover {
|
.android-dark .menu-list li:hover {
|
||||||
background-color: #333333; }
|
background-color: #333333; }
|
||||||
|
.android-dark .content textarea {
|
||||||
|
background-color: #171717;
|
||||||
|
border-width: 0px;
|
||||||
|
color: white; }
|
||||||
|
.android-dark .content textarea::selection {
|
||||||
|
background: white;
|
||||||
|
color: #454545; }
|
||||||
.android-dark .flex {
|
.android-dark .flex {
|
||||||
background-color: #171717; }
|
background-color: #171717; }
|
||||||
.android-dark .flex .send-message {
|
.android-dark .flex .send-message {
|
||||||
|
|
Loading…
Reference in a new issue