CC-6118: Playlist crossfade panel needs restyling

Started re-styling the playlist fade editor
This commit is contained in:
drigato 2015-09-01 12:05:08 -04:00
parent c7d926f8e8
commit 34e7c09ab7
3 changed files with 29 additions and 17 deletions

View file

@ -345,7 +345,7 @@
}
.edit-error {
color: #b80000;
color: #bd362f;
margin: 0;
padding-bottom: 0;
font-size: 12px;
@ -359,14 +359,23 @@
color: #fff;
}
.playlist_main_fade_input {
width: 100px;
}
.crossfade-main {
background: #debc9e;
/*background: #debc9e;*/
border: 1px solid #5b5b5b;
padding: 10px 10px 0 10px;
margin: 0 1px 16px 0;
position: relative;
}
.crossfade-main dt {
color: #ffffff !important;
width: 100px;
}
.crossfade-main .edit-error {
padding-bottom: 4px;
margin: 0;