* updated mute/volume icon

This commit is contained in:
Seth Call 2015-07-17 09:36:47 -05:00
parent 67f433040f
commit a54e7cb0b4
6 changed files with 11 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -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;

View File

@ -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;
}

View File

@ -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;

View File

@ -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."