FSN#35982 2016.1 mobile styling border active color was fout

svn path=/Website/trunk/; revision=29049
This commit is contained in:
Ruud Lipper
2016-04-20 07:11:16 +00:00
parent 1f2a3b89dd
commit f1b882d8da
2 changed files with 2 additions and 2 deletions

View File

@@ -675,7 +675,7 @@ html .ui-body-c .ui-slider-track .ui-btn-active,
html body .ui-group-theme-c .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-c .ui-btn-active {
background-color: #eee /*{c-active-background-color}*/;
border-color: #FF1300 /*{c-active-border}*/;
border-color: #eee /*{c-active-border}*/;
color: #333 /*{c-active-color}*/;
text-shadow: 0 /*{c-active-shadow-x}*/ 0px /*{c-active-shadow-y}*/ 0 /*{c-active-shadow-radius}*/ #fff /*{c-active-shadow-color}*/;
}

File diff suppressed because one or more lines are too long