poll button

This commit is contained in:
2026-05-30 00:52:31 +05:30
parent 07d3aae972
commit 7d4149d6c9

View File

@@ -239,6 +239,26 @@
color: #63477a !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"] {
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 *,
html:not(.politictalk-direct-access-blocked) .chat-panel-container *, html:not(.politictalk-direct-access-blocked) .chat-panel-container *,
html:not(.politictalk-direct-access-blocked) .chat-container *, html:not(.politictalk-direct-access-blocked) .chat-container *,