fixing star support
This commit is contained in:
parent
e4fa44a43c
commit
0323a994d0
2 changed files with 6 additions and 8 deletions
|
|
@ -142,8 +142,8 @@
|
|||
<div id="playerBottom" class="row {{if dimmerOn "dimmerOn"}}">
|
||||
<div id="beatArea" class="col-sm-7 col-xs-12">
|
||||
{{#if usingBeatPreferences}}
|
||||
<span data-toggle="tooltip" data-placement="bottom" data-title="Using the saved sensitivity preference from the last time you listened to this song" class="bootstrapTooltip savedStarTooltip">
|
||||
{{paper-icon id="saveBeatPreferencesStar" class=dimmerOnClass icon="star"}}
|
||||
<span data-toggle="tooltip" data-placement="bottom" data-title="Using the saved sensitivity preference from the last time you listened to this song" class="bootstrapTooltip savedStarTooltip" id="saveBeatPreferencesStar">
|
||||
{{paper-icon class=dimmerOnClass icon="star"}}
|
||||
</span>
|
||||
{{/if}}
|
||||
|
||||
|
|
|
|||
|
|
@ -844,10 +844,6 @@ md-switch.md-default-theme.md-checked .md-thumb {
|
|||
cursor: auto !important;
|
||||
}
|
||||
|
||||
.savedStarTooltip + .tooltip .tooltip-arrow {
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
#beatOptionButtonGroup {
|
||||
margin: 20px 0 10px 0;
|
||||
}
|
||||
|
|
@ -1011,8 +1007,10 @@ body.dimmerOn {
|
|||
position: absolute;
|
||||
top: 3px;
|
||||
left: 3px;
|
||||
color: $secondaryThemeColor !important;
|
||||
font-size: 25px;
|
||||
md-icon {
|
||||
color: $secondaryThemeColor !important;
|
||||
font-size: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
button.md-warn {
|
||||
|
|
|
|||
Reference in a new issue