repo: janusweb action: commit revision: path_from: revision_from: 6c2944cea16a5e57dc5b900128fb807c5e82d20a: path_to: revision_to:
commit 6c2944cea16a5e57dc5b900128fb807c5e82d20a Author: James BaicoianuDate: Fri May 6 01:10:04 2016 -0700 Improved css specificity for VOIP CSS diff --git a/css/janusplayer.css b/css/janusplayer.css
--- a/css/janusplayer.css
+++ b/css/janusplayer.css
@@ -1,4 +1,4 @@
-.ui_button.janusweb_voip {
+.dark .ui_button.janusweb_voip {
position: absolute;
right: 5px;
bottom: 5px;
@@ -7,12 +7,12 @@
border-radius: 5px;
z-index: 50;
}
-.janusweb_voip.state_recording,
-.janusweb_voip.state_recording:active {
+.dark .janusweb_voip.state_recording,
+.dark .janusweb_voip.state_recording:active {
background: #090;
}
-.janusweb_voip.state_error,
-.janusweb_voip.state_error:hover,
-.janusweb_voip.state_error:active {
+.dark .janusweb_voip.state_error,
+.dark .janusweb_voip.state_error:hover,
+.dark .janusweb_voip.state_error:active {
background: #900;
}
-----END OF PAGE-----