Player secondary buttons update
This commit is contained in:
parent
21eb1250ea
commit
db1b62771e
@ -48,7 +48,7 @@
|
|||||||
color: #b0b0b0;
|
color: #b0b0b0;
|
||||||
}
|
}
|
||||||
&.on {
|
&.on {
|
||||||
color: #a0a0a0;
|
color: #606060;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -62,9 +62,9 @@
|
|||||||
%a.btn.large.pause II
|
%a.btn.large.pause II
|
||||||
%a.btn.small-round.next »
|
%a.btn.small-round.next »
|
||||||
.secondary-buttons
|
.secondary-buttons
|
||||||
%a.shuffle= I18n.t 'player.shuffle'
|
%a.shuffle= (I18n.t 'player.shuffle').upcase
|
||||||
%a.repeat= I18n.t 'player.repeat'
|
%a.repeat= (I18n.t 'player.repeat').upcase
|
||||||
%a.do_empty= I18n.t 'player.do_empty'
|
%a.do_empty= (I18n.t 'player.do_empty').upcase
|
||||||
|
|
||||||
%ul.playlist
|
%ul.playlist
|
||||||
|
|
||||||
|
@ -46,6 +46,6 @@ en:
|
|||||||
|
|
||||||
player:
|
player:
|
||||||
add: "Add to Now Playing"
|
add: "Add to Now Playing"
|
||||||
repeat: "REPEAT"
|
repeat: "Repeat"
|
||||||
shuffle: "SHUFFLE"
|
shuffle: "Shuffle"
|
||||||
do_empty: "EMPTY"
|
do_empty: "Empty"
|
@ -46,6 +46,6 @@ ru:
|
|||||||
|
|
||||||
player:
|
player:
|
||||||
add: "Добавить в плей-лист"
|
add: "Добавить в плей-лист"
|
||||||
repeat: "ПОВТОРЯТЬ"
|
repeat: "Повторять"
|
||||||
shuffle: "ПЕРЕМЕШАТЬ"
|
shuffle: "Перемешать"
|
||||||
do_empty: "ОЧИСТИТЬ"
|
do_empty: "Очистить"
|
Loading…
x
Reference in New Issue
Block a user