Improve the visuals of embedded polls
authorAlexander Ebert <ebert@woltlab.com>
Tue, 3 Oct 2023 12:59:11 +0000 (14:59 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 3 Oct 2023 12:59:11 +0000 (14:59 +0200)
See https://www.woltlab.com/community/thread/301874-bbcode-spoiler-hat-mit-umfragen-probleme/

wcfsetup/install/files/style/ui/poll.scss

index d3a9292899a0168f300b6f2929341a149a4b27f6..a968f5c42b0965fcc7b712823b3e44161cca7a6c 100644 (file)
 
 /* displayed poll */
 .pollContainer {
-       border: 1px solid var(--wcfContentBorder);
-       border-width: 1px 0;
+       background-color: var(--wcfContentContainerBackground);
+       border: 1px solid var(--wcfContentBorderInner);
+       border-radius: var(--wcfBorderRadius);
+       box-shadow: var(--wcfBoxShadowCard);
        margin-bottom: 10px;
        min-width: 300px;
-       padding: 10px 0;
+       padding: 10px;
 
        @include screen-sm-up {
                &.pollContainerFullWidth {