@ -30,6 +30,10 @@
|
||||
p.livechat-poll-question {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
|
||||
span {
|
||||
cursor: pointer; // because a click toggles
|
||||
}
|
||||
}
|
||||
|
||||
p.livechat-poll-instructions {
|
||||
@ -120,6 +124,11 @@ body[livechat-viewer-mode="on"] {
|
||||
// stop showing poll when over in readonly mode
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
p.livechat-poll-instructions {
|
||||
// No need for instruction in readonly mode
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user