Player secondary buttons update
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
color: #b0b0b0;
|
||||
}
|
||||
&.on {
|
||||
color: #a0a0a0;
|
||||
color: #606060;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -62,9 +62,9 @@
|
||||
%a.btn.large.pause II
|
||||
%a.btn.small-round.next »
|
||||
.secondary-buttons
|
||||
%a.shuffle= I18n.t 'player.shuffle'
|
||||
%a.repeat= I18n.t 'player.repeat'
|
||||
%a.do_empty= I18n.t 'player.do_empty'
|
||||
%a.shuffle= (I18n.t 'player.shuffle').upcase
|
||||
%a.repeat= (I18n.t 'player.repeat').upcase
|
||||
%a.do_empty= (I18n.t 'player.do_empty').upcase
|
||||
|
||||
%ul.playlist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user