mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
navigation_tour: Set color of "Let's go" as per standard action btn.
This commit is contained in:
@@ -720,7 +720,6 @@
|
||||
visibility: hidden;
|
||||
|
||||
#navigation-tour-video-ended-button {
|
||||
background-color: hsl(240deg 96% 68%);
|
||||
color: hsl(0deg 0% 100%) !important;
|
||||
cursor: pointer;
|
||||
font-size: 200%;
|
||||
|
@@ -4,6 +4,6 @@
|
||||
<source src="{{video_src}}" type="video/mp4"/>
|
||||
</video>
|
||||
<div id="navigation-tour-video-ended-button-wrapper">
|
||||
<button id="navigation-tour-video-ended-button">{{t "Let's go!"}}</button>
|
||||
<button id="navigation-tour-video-ended-button" class="action-button-primary-brand">{{t "Let's go!"}}</button>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user