aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/google-voice/darkmode.css
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/google-voice/darkmode.css')
-rw-r--r--recipes/google-voice/darkmode.css16
1 files changed, 15 insertions, 1 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 */
66.gvBillingView-header, /* billing header */ 66.gvBillingView-header, /* billing header */
67.full-panel, /* audio settings menu */ 67.full-panel, /* audio settings menu */
68.gb_se, /* top search results */ 68.gb_se, /* top search results */
69.message-input /* text input for sms */ 69.message-input, /* text input for sms */
70md-dialog /* add contact dialog */
70{ 71{
71 background-color: var(--dark-grey)!important; 72 background-color: var(--dark-grey)!important;
72 border-color: var(--light-medium-grey)!important; 73 border-color: var(--light-medium-grey)!important;
@@ -82,6 +83,17 @@ div.mat-mdc-select-panel, /* settings recharge notification amount */
82 background-color: var(--dark-grey)!important; 83 background-color: var(--dark-grey)!important;
83} 84}
84 85
86.gvAddContactDialog-autoCompleteMenu > li /* add contact dialog */
87{
88 background-color: var(--medium-grey)!important;
89 color: var(--light-grey)!important;
90}
91
92.gvAddContactDialog-autoCompleteMenu > li:hover
93{
94 background-color: var(--dark-medium-grey)!important;
95}
96
85iframe, 97iframe,
86header form, /* Main search bar */ 98header form, /* Main search bar */
87header form input, /* Main search bar */ 99header form input, /* Main search bar */
@@ -155,6 +167,8 @@ header span[role="heading"],
155.no-devices, /* settings devices */ 167.no-devices, /* settings devices */
156.notificationText, /* settings web notifications */ 168.notificationText, /* settings web notifications */
157.gvPeopleAndOptions-phoneType /* sidenav when people list is expanded */ 169.gvPeopleAndOptions-phoneType /* sidenav when people list is expanded */
170.gmat-subhead-1, /* add contact dialog */
171.gvAddContactDialog-header /* add contact dialog */
158{ 172{
159 color: var(--near-medium-white)!important; 173 color: var(--near-medium-white)!important;
160} 174}