From e1d9f2d1fb8b3ceb2ec87b7b595de20611dde991 Mon Sep 17 00:00:00 2001 From: oc013 <101832295+oc013@users.noreply.github.com> Date: Fri, 1 Mar 2024 23:11:08 -0500 Subject: Google Voice darkmode update for add contact (#516) --- recipes/google-voice/darkmode.css | 16 +++++++++++++++- recipes/google-voice/package.json | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/recipes/google-voice/darkmode.css b/recipes/google-voice/darkmode.css index 29e9453..fe60d57 100644 --- a/recipes/google-voice/darkmode.css +++ b/recipes/google-voice/darkmode.css @@ -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; @@ -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 */ @@ -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; } diff --git a/recipes/google-voice/package.json b/recipes/google-voice/package.json index 7987462..02562ce 100644 --- a/recipes/google-voice/package.json +++ b/recipes/google-voice/package.json @@ -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/", -- cgit v1.2.3-54-g00ecf