User:Xenwolf/common.css: Difference between revisions

Xenwolf (talk | contribs)
test in-browser sound generation
Xenwolf (talk | contribs)
Line 19: Line 19:
.sequence-audio-button.sequence-audio-playing:hover,.sequence-audio-button.sequence-audio-playing:active {
.sequence-audio-button.sequence-audio-playing:hover,.sequence-audio-button.sequence-audio-playing:active {
background: #66ee66;
background: #66ee66;
cursor: wait;
cursor: progress;
}
 
.sequence-audio-button.sequence-audio-paused {
background: #ffcc88;
}
.sequence-audio-button.sequence-audio-paused:hover,.sequence-audio-button.sequence-audio-paused:active {
background: #ee9944;
}
}