You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by GitBox <gi...@apache.org> on 2022/04/25 03:44:44 UTC

[GitHub] [openmeetings] solomax commented on a diff in pull request #174: OPENMEETINGS-2726 Add some border styles to quick poll fixed popup

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-unsubscribe@openmeetings.apache.org

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