Skip to content

Commit

Permalink
fix a few misc elements
Browse files Browse the repository at this point in the history
  • Loading branch information
vednoc committed Jan 28, 2019
1 parent aac4b3b commit 7289221
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions WhatsApp.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@
/* Tutorial. */
._2NbD3 > div:last-child {
background-color: var(--darker); }
/* Loader. */
#startup svg > circle {
stroke: var(--lighter) !important; }

/* Disable background. */
._2U_Zc:before {
Expand Down Expand Up @@ -557,6 +560,9 @@
/* Hide 'Type a message' once focused. */
._3F6QL._2WovP.focused ._39LWd {
color: transparent; }
/* Placeholder text color. */
._39LWd {
color: var(--lighter) !important; }
/* On event smoothness. */
.pluggable-input.pluggable-input-compose > div:first-child {
transition: 150ms ease-in-out !important; }
Expand Down Expand Up @@ -637,6 +643,9 @@
.YAPQk ._3j7s9:hover {
background-color: var(--dark) !important; }

/* Search messages. */
#pane-side ._2EXPL {
background-color: transparent !important; }

/* Starred messages. */
._2yeJ5 .ZwkQK, .ZwkQK {
Expand Down

0 comments on commit 7289221

Please sign in to comment.