CC-5108 : Waveform Editor UI
changing colour to be less dark. can better see highlights/drawn fades.
This commit is contained in:
parent
0dd8138c2b
commit
809d5a35b9
|
@ -3,7 +3,7 @@
|
|||
<input type="button" class="pl-waveform-fades-btn" value="<?php echo _("Show Waveform")?>"></input>
|
||||
</dd>
|
||||
<?php if ($this->item1Type == 0) {?>
|
||||
<dt><? echo _("Fade out: "); ?><span class='spl_cue_hint'><? echo _("(ss.t)")?></span></dt>
|
||||
<dt><?php echo _("Fade out: "); ?><span class='spl_cue_hint'><?php echo _("(ss.t)")?></span></dt>
|
||||
<dd id="spl_fade_out_<?php echo $this->item1; ?>" class="spl_fade_out"
|
||||
data-fadeout="<?php echo $this->item1Url; ?>"
|
||||
data-cuein="<?php echo $this->cueIn1; ?>"
|
||||
|
@ -16,7 +16,7 @@
|
|||
<dd class="edit-error"></dd>
|
||||
<?php }
|
||||
if (isset($this->item2Url)) {?>
|
||||
<dt><? echo _("Fade in: "); ?><span class='spl_cue_hint'><? echo _("(ss.t)")?></span></dt>
|
||||
<dt><?php echo _("Fade in: "); ?><span class='spl_cue_hint'><?php echo _("(ss.t)")?></span></dt>
|
||||
<dd id="spl_fade_in_<?php echo $this->item2; ?>" class="spl_fade_in"
|
||||
data-fadein="<?php echo $this->item2Url; ?>"
|
||||
data-offset="<?php if ($this->item1Type == 0) { echo $this->offset; } else { echo 0; } ?>"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
position: absolute;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: #3e3e3e;
|
||||
background: #6e6e6e;
|
||||
}
|
||||
|
||||
.state-select {
|
||||
|
|
|
@ -21,7 +21,7 @@ var Config = function(params) {
|
|||
|
||||
UITheme: "default", // bootstrap || jQueryUI || default
|
||||
|
||||
waveColor: 'grey',
|
||||
waveColor: '#c7c7c7',
|
||||
progressColor: 'orange',
|
||||
loadingColor: 'purple',
|
||||
cursorColor: 'green',
|
||||
|
|
Loading…
Reference in New Issue