From 0e9090136af18c8ce68add73555011c1df04a3f2 Mon Sep 17 00:00:00 2001 From: oc013 <101832295+oc013@users.noreply.github.com> Date: Tue, 26 Dec 2023 16:40:03 -0500 Subject: Google Voice darkmode.css, fix message links and additional side panels (#485) --- recipes/google-voice/darkmode.css | 25 ++++++++++++++++++++++--- recipes/google-voice/package.json | 2 +- 2 files changed, 23 insertions(+), 4 deletions(-) (limited to 'recipes/google-voice') diff --git a/recipes/google-voice/darkmode.css b/recipes/google-voice/darkmode.css index ed61286..f90837a 100644 --- a/recipes/google-voice/darkmode.css +++ b/recipes/google-voice/darkmode.css @@ -63,7 +63,8 @@ gv-availability-view, .gvRecipientPicker-chipsWrap, /* selecting to: when sending new msg */ .gb_te, /* search box dropdown */ div.mat-mdc-select-panel, /* settings recharge notification amount */ -.gvBillingView-header /* billing header */ +.gvBillingView-header, /* billing header */ +.full-panel /* audio settings menu */ { background-color: var(--dark-grey)!important; border-color: var(--light-medium-grey)!important; @@ -72,7 +73,9 @@ div.mat-mdc-select-panel, /* settings recharge notification amount */ .gvThreadItem-selected, /* messages list item */ .container, /* calls list items and also message text container */ -.mat-mdc-menu-panel /* context menus */ +.mat-mdc-menu-panel, /* context menus */ +.gvMessagingView-sidenav, /* sidenav when people list is expanded */ +.gvPeopleAndOptions-people /* sidenav when people list is expanded */ { background-color: var(--dark-grey)!important; } @@ -114,6 +117,7 @@ header form button, /* Main search bar */ input, textarea, header span[role="heading"], +.greeting, /* no message selected greeting */ .mat-icon, /* general icon override */ .navItemLabel, /* main nav labels */ .mdc-list-item__primary-text, /* settings nav items */ @@ -147,7 +151,8 @@ header span[role="heading"], .device-details, /* settings device number */ .deviceDetails, /* settings device number */ .no-devices, /* settings devices */ -.notificationText /* settings web notifications */ +.notificationText, /* settings web notifications */ +.gvPeopleAndOptions-phoneType /* sidenav when people list is expanded */ { color: var(--near-medium-white)!important; } @@ -159,3 +164,17 @@ div[aria-label^="Unread"] .latest-item-details, /* unread missed calls */ color: var(--basically-white)!important; font-weight: 900!important } + +.gvMessageItem-bubble /* spam incoming text */ +{ + background-color: var(--dark-grey)!important; + color: var(--light-grey)!important; + border: 1px solid var(--light-medium-grey)!important; +} + +.bubble a, /* text message hyperlinks */ +.gvMessageItem-bubble a /* spam text message hyperlinks */ +{ + background-color: var(--dark-grey)!important; + color: var(--near-white)!important; +} diff --git a/recipes/google-voice/package.json b/recipes/google-voice/package.json index 0147b8d..18f4ea7 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.2", + "version": "0.6.3", "license": "MIT", "config": { "serviceURL": "https://voice.google.com/u/0/", -- cgit v1.2.3-54-g00ecf