This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch 
feature/OPENMEETINGS-2726-add-styling-for-quick-poll-popup
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit d8c5f2d056e659e24ab8018f55e58ee36edee49d
Author: Sebastian <sebawag...@apache.org>
AuthorDate: Sun Apr 24 11:34:06 2022 +1200

    OPENMEETINGS-2726 Add some border styles to quick poll fixed popup
---
 openmeetings-web/src/main/webapp/css/raw-room.css | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-room.css 
b/openmeetings-web/src/main/webapp/css/raw-room.css
index 8e44a4a36..d494bd966 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -671,7 +671,10 @@ html[dir="rtl"] .room-block .sb-wb .sidebar {
        right: 40px;
        bottom: 40px;
        padding: 5px;
-       background-color: var(--bs-info);
+       border: 1px solid;
+    border-radius: 0.2rem;
+    background-color: white;
+    border-color: var(--bs-info);
 }
 #quick-vote .control {
        display: inline-block;

Reply via email to