From 7d4149d6c94ec695b2a71699746bfc458b3299af Mon Sep 17 00:00:00 2001 From: Amardeep Date: Sat, 30 May 2026 00:52:31 +0530 Subject: [PATCH] poll button --- web/plugin.head.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/web/plugin.head.html b/web/plugin.head.html index 9a0ec73..ad09a87 100644 --- a/web/plugin.head.html +++ b/web/plugin.head.html @@ -239,6 +239,26 @@ color: #63477a !important; } + html:not(.politictalk-direct-access-blocked) #polls-tab-panel button[aria-label="Create a poll"], + html:not(.politictalk-direct-access-blocked) #polls-tab-panel button[class*="button-primary"], + html:not(.politictalk-direct-access-blocked) [aria-labelledby="polls-tab"] button[aria-label="Create a poll"], + html:not(.politictalk-direct-access-blocked) [aria-labelledby="polls-tab"] button[class*="button-primary"] { + background: #ffffff !important; + background-color: #ffffff !important; + border-color: rgba(99, 71, 122, 0.22) !important; + box-shadow: none !important; + color: #63477a !important; + } + + html:not(.politictalk-direct-access-blocked) #polls-tab-panel button[aria-label="Create a poll"] *, + html:not(.politictalk-direct-access-blocked) #polls-tab-panel button[class*="button-primary"] *, + html:not(.politictalk-direct-access-blocked) [aria-labelledby="polls-tab"] button[aria-label="Create a poll"] *, + html:not(.politictalk-direct-access-blocked) [aria-labelledby="polls-tab"] button[class*="button-primary"] * { + color: #63477a !important; + fill: currentColor !important; + stroke: currentColor !important; + } + html:not(.politictalk-direct-access-blocked) .chat-panel *, html:not(.politictalk-direct-access-blocked) .chat-panel-container *, html:not(.politictalk-direct-access-blocked) .chat-container *,