Skip to content
Snippets Groups Projects
Commit 165b3d61 authored by Ghazi Triki's avatar Ghazi Triki
Browse files

Fixed BreakoutRoomSettings style.

parent 402f337f
No related branches found
No related tags found
No related merge requests found
......@@ -912,6 +912,5 @@ EmojiGrid {
}
.breakoutTipBox {
backgroundColor: 0xCCCCCC;
horizontalAlign: center;
}
......@@ -127,7 +127,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
<mx:Tile id="roomsContainer" width="100%" height="100%"
paddingTop="20" paddingBottom="20"/>
<mx:Box width="100%" styleName="breakoutTipBox">
<mx:Box width="100%" styleName="breakoutTipBox" backgroundColor="0xcccccc">
<mx:Text text="{ResourceUtil.getInstance().getString('bbb.users.breakout.dragAndDropToolTip')}"/>
</mx:Box>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment