Skip to content

Commit

Permalink
Google Voice darkmode update for add contact (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
oc013 authored Mar 2, 2024
1 parent 341948a commit e1d9f2d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion recipes/google-voice/darkmode.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ div.mat-mdc-select-panel, /* settings recharge notification amount */
.gvBillingView-header, /* billing header */
.full-panel, /* audio settings menu */
.gb_se, /* top search results */
.message-input /* text input for sms */
.message-input, /* text input for sms */
md-dialog /* add contact dialog */
{
background-color: var(--dark-grey)!important;
border-color: var(--light-medium-grey)!important;
Expand All @@ -82,6 +83,17 @@ div.mat-mdc-select-panel, /* settings recharge notification amount */
background-color: var(--dark-grey)!important;
}

.gvAddContactDialog-autoCompleteMenu > li /* add contact dialog */
{
background-color: var(--medium-grey)!important;
color: var(--light-grey)!important;
}

.gvAddContactDialog-autoCompleteMenu > li:hover
{
background-color: var(--dark-medium-grey)!important;
}

iframe,
header form, /* Main search bar */
header form input, /* Main search bar */
Expand Down Expand Up @@ -155,6 +167,8 @@ header span[role="heading"],
.no-devices, /* settings devices */
.notificationText, /* settings web notifications */
.gvPeopleAndOptions-phoneType /* sidenav when people list is expanded */
.gmat-subhead-1, /* add contact dialog */
.gvAddContactDialog-header /* add contact dialog */
{
color: var(--near-medium-white)!important;
}
Expand Down
2 changes: 1 addition & 1 deletion recipes/google-voice/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "google-voice",
"name": "Google Voice",
"version": "0.6.5",
"version": "0.6.6",
"license": "MIT",
"config": {
"serviceURL": "https://voice.google.com/u/0/",
Expand Down

0 comments on commit e1d9f2d

Please sign in to comment.