* updated mute/volume icon
This commit is contained in:
parent
67f433040f
commit
a54e7cb0b4
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
|
|
@ -85,7 +85,7 @@
|
|||
.track-icon-mute {
|
||||
float:left;
|
||||
position:relative;
|
||||
top:0;
|
||||
top:-1px;
|
||||
left:0;
|
||||
opacity: 0.7;
|
||||
&:hover {
|
||||
|
|
@ -149,6 +149,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
&.music-mixer, &.chat-mixer {
|
||||
width:210px;
|
||||
.track-controls {
|
||||
float:right;
|
||||
}
|
||||
}
|
||||
|
||||
&.metronome {
|
||||
.track-instrument {
|
||||
float:left;
|
||||
|
|
|
|||
|
|
@ -705,8 +705,8 @@ table.vu td {
|
|||
top:230px;
|
||||
left:29px;
|
||||
width: 20px;
|
||||
height: 18px;
|
||||
background-image:url('/assets/content/icon_mute.png');
|
||||
height: 20px;
|
||||
background-image:url('/assets/content/icon_mute_new.png');
|
||||
background-repeat:no-repeat;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@
|
|||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
width: 100%;
|
||||
text-align:center;
|
||||
padding: 0 15px 0 0;
|
||||
@include border_box_sizing;
|
||||
left: 0;
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ ScoreHistorySweeper:
|
|||
description: "Creates 'ScoreHistory' tables from Scores (disabled for now)"
|
||||
|
||||
SessionReminder:
|
||||
cron: */5 * * * *
|
||||
cron: "*/5 * * * *"
|
||||
class: "JamRuby::MusicSessionReminder"
|
||||
description: "Creates session reminder emails and notifications as needed."
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue