From bcfa4e697be16773898e4f6fe464b31f8159bb8a Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Wed, 30 Apr 2014 17:49:30 +0200 Subject: [PATCH] Update the overlaybar* syntax to overlaybar-*. --- src/styles/global/_overlaybar.scss | 10 +++++----- static/partials/roombar.html | 6 +++--- static/partials/screenshare.html | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/styles/global/_overlaybar.scss b/src/styles/global/_overlaybar.scss index 03300396..6c1b13f8 100644 --- a/src/styles/global/_overlaybar.scss +++ b/src/styles/global/_overlaybar.scss @@ -58,7 +58,7 @@ } .overlaybar { - .overlaybarbutton { + .overlaybar-button { font-size: 20px; vertical-align: middle; position: absolute; @@ -71,7 +71,7 @@ opacity: .7; pointer-events: auto; } - .overlaybarcontent { + .overlaybar-content { display: inline-block; margin-left: .5em; margin-bottom: 0; @@ -83,7 +83,7 @@ max-width: 160px; } } - .overlaybaroverlay { + .overlaybar-overlay { display: none; opacity: .7; text-align: left; @@ -91,10 +91,10 @@ padding-top: 2px; } &.notvisible { - .overlaybarcontent { + .overlaybar-content { display: none; } - .overlaybaroverlay { + .overlaybar-overlay { display: block; } } diff --git a/static/partials/roombar.html b/static/partials/roombar.html index 1dac2a59..519d817c 100644 --- a/static/partials/roombar.html +++ b/static/partials/roombar.html @@ -1,6 +1,6 @@
- -
+ +
@@ -11,5 +11,5 @@
- +
diff --git a/static/partials/screenshare.html b/static/partials/screenshare.html index 8942471c..6d002a76 100644 --- a/static/partials/screenshare.html +++ b/static/partials/screenshare.html @@ -1,8 +1,8 @@
- -
+ +
-
\ No newline at end of file +