solomax commented on code in PR #174:
URL: https://github.com/apache/openmeetings/pull/174#discussion_r857239319


##########
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;

Review Comment:
   Would this hardcode looks good in case for ex. this 
https://bootswatch.com/darkly/ theme is selected?
   Should we use some `--bs-` color variable here?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openmeetings.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to