diff --git a/src/styles/components/helptour.scss b/src/styles/components/helptour.scss index a13ad18b..9e4669eb 100644 --- a/src/styles/components/helptour.scss +++ b/src/styles/components/helptour.scss @@ -19,6 +19,8 @@ * */ +$darken-tour-opacity: .4; + #helptour { } @@ -115,7 +117,7 @@ .helptourShowRoomPane { #bar, #buddylist { - opacity: .4; + opacity: $darken-tour-opacity; } .overlaybar { background: $componentfg2; @@ -123,25 +125,26 @@ } .helptourShowSettingsPane { #roombar { - opacity: .4; + opacity: $darken-tour-opacity; } } .helptourShowChatPane { #roombar, #buddylist { - opacity: .4; + opacity: $darken-tour-opacity; } } .helptourShowBuddyListPane { #bar, #roombar { - opacity: .4; + opacity: $darken-tour-opacity; } } -.helptourShowMediaAccessPane { +.helptourShowMediaAccessPane, +.helptourShowWelcomePane { #bar, #roombar, #buddylist { - opacity: .4; + opacity: $darken-tour-opacity; } } diff --git a/static/partials/helpoverlay.html b/static/partials/helpoverlay.html index 70d1f4ab..436ec2a7 100644 --- a/static/partials/helpoverlay.html +++ b/static/partials/helpoverlay.html @@ -31,7 +31,7 @@