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

sebawagner pushed a commit to branch 
feature/OPENMEETINGS-2308-fix-merge-issue-with-css
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 8033bb892e0acfe86103e275664a9698152f2922
Author: Sebastian Wagner <sebawag...@apache.org>
AuthorDate: Tue May 19 08:51:49 2020 +1200

    OPENMEETINGS-2308 Re-add accidently merged out of the code CSS from my 
video-pod buttons fix.
---
 openmeetings-web/src/main/webapp/css/raw-room.css | 3 ++-
 1 file changed, 2 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 36c0c68..78cf7af 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -432,7 +432,8 @@ html[dir="rtl"] .room-block .sb-wb .sidebar {
        position: absolute;
        top: 20px
 }
-.user-video .ui-dialog-titlebar .buttonpane {
+.user-video .buttonpane {
+       background-color: var(--white);
        position: absolute;
        right: 2px;
        top: 2px

Reply via email to