repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 6c2944cea16a5e57dc5b900128fb807c5e82d20a:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 6c2944cea16a5e57dc5b900128fb807c5e82d20a
Author: James Baicoianu 
Date:   Fri May 6 01:10:04 2016 -0700

    Improved css specificity for VOIP CSS

diff --git a/css/janusplayer.css b/css/janusplayer.css
index 6d1c16f8a13c527ca6ca3418de7293a2d5e28992..
index ..e8c6fc10296c7d49a3b9c511c3afb8988ec4dbbf 100644
--- 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-----