aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/google-voice
diff options
context:
space:
mode:
authorLibravatar oc013 <101832295+oc013@users.noreply.github.com>2023-12-26 16:40:03 -0500
committerLibravatar GitHub <noreply@github.com>2023-12-26 14:40:03 -0700
commit0e9090136af18c8ce68add73555011c1df04a3f2 (patch)
treefe2ed8f237757cae2ef84af5046a8da63f129fb5 /recipes/google-voice
parent[feature] Added threads recipe (#484) (diff)
downloadferdium-recipes-0e9090136af18c8ce68add73555011c1df04a3f2.tar.gz
ferdium-recipes-0e9090136af18c8ce68add73555011c1df04a3f2.tar.zst
ferdium-recipes-0e9090136af18c8ce68add73555011c1df04a3f2.zip
Google Voice darkmode.css, fix message links and additional side panels (#485)
Diffstat (limited to 'recipes/google-voice')
-rw-r--r--recipes/google-voice/darkmode.css25
-rw-r--r--recipes/google-voice/package.json2
2 files changed, 23 insertions, 4 deletions
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,
63.gvRecipientPicker-chipsWrap, /* selecting to: when sending new msg */ 63.gvRecipientPicker-chipsWrap, /* selecting to: when sending new msg */
64.gb_te, /* search box dropdown */ 64.gb_te, /* search box dropdown */
65div.mat-mdc-select-panel, /* settings recharge notification amount */ 65div.mat-mdc-select-panel, /* settings recharge notification amount */
66.gvBillingView-header /* billing header */ 66.gvBillingView-header, /* billing header */
67.full-panel /* audio settings menu */
67{ 68{
68 background-color: var(--dark-grey)!important; 69 background-color: var(--dark-grey)!important;
69 border-color: var(--light-medium-grey)!important; 70 border-color: var(--light-medium-grey)!important;
@@ -72,7 +73,9 @@ div.mat-mdc-select-panel, /* settings recharge notification amount */
72 73
73.gvThreadItem-selected, /* messages list item */ 74.gvThreadItem-selected, /* messages list item */
74.container, /* calls list items and also message text container */ 75.container, /* calls list items and also message text container */
75.mat-mdc-menu-panel /* context menus */ 76.mat-mdc-menu-panel, /* context menus */
77.gvMessagingView-sidenav, /* sidenav when people list is expanded */
78.gvPeopleAndOptions-people /* sidenav when people list is expanded */
76{ 79{
77 background-color: var(--dark-grey)!important; 80 background-color: var(--dark-grey)!important;
78} 81}
@@ -114,6 +117,7 @@ header form button, /* Main search bar */
114input, 117input,
115textarea, 118textarea,
116header span[role="heading"], 119header span[role="heading"],
120.greeting, /* no message selected greeting */
117.mat-icon, /* general icon override */ 121.mat-icon, /* general icon override */
118.navItemLabel, /* main nav labels */ 122.navItemLabel, /* main nav labels */
119.mdc-list-item__primary-text, /* settings nav items */ 123.mdc-list-item__primary-text, /* settings nav items */
@@ -147,7 +151,8 @@ header span[role="heading"],
147.device-details, /* settings device number */ 151.device-details, /* settings device number */
148.deviceDetails, /* settings device number */ 152.deviceDetails, /* settings device number */
149.no-devices, /* settings devices */ 153.no-devices, /* settings devices */
150.notificationText /* settings web notifications */ 154.notificationText, /* settings web notifications */
155.gvPeopleAndOptions-phoneType /* sidenav when people list is expanded */
151{ 156{
152 color: var(--near-medium-white)!important; 157 color: var(--near-medium-white)!important;
153} 158}
@@ -159,3 +164,17 @@ div[aria-label^="Unread"] .latest-item-details, /* unread missed calls */
159 color: var(--basically-white)!important; 164 color: var(--basically-white)!important;
160 font-weight: 900!important 165 font-weight: 900!important
161} 166}
167
168.gvMessageItem-bubble /* spam incoming text */
169{
170 background-color: var(--dark-grey)!important;
171 color: var(--light-grey)!important;
172 border: 1px solid var(--light-medium-grey)!important;
173}
174
175.bubble a, /* text message hyperlinks */
176.gvMessageItem-bubble a /* spam text message hyperlinks */
177{
178 background-color: var(--dark-grey)!important;
179 color: var(--near-white)!important;
180}
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 @@
1{ 1{
2 "id": "google-voice", 2 "id": "google-voice",
3 "name": "Google Voice", 3 "name": "Google Voice",
4 "version": "0.6.2", 4 "version": "0.6.3",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://voice.google.com/u/0/", 7 "serviceURL": "https://voice.google.com/u/0/",