Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
Fixed Spa Theme - Hover
<br>
Previous Commit: <br>Fixes #2 - Title issue where caused long titles to
be broken up <br> Fixes #4 - No Error on admin creation for password
<br> Fixes #5 Mobile Touches going through to frame <br> Fixes #7 -
Admin only needs to be 3 characters or more <br> Fixes #10 - Scrollable
Mobile Menu fixed <br> Fixes #14 - Tab Creation bug on first tab setup
  • Loading branch information
causefx committed Jan 4, 2017
1 parent 159e31b commit 095609c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.php
Expand Up @@ -1246,7 +1246,7 @@ function changeColor(elementName, elementColor) {
changeColor("topbar", "#66BBAE");
changeColor("bottombar", "#66BBAE");
changeColor("sidebar", "#C3EEE7");
changeColor("hoverbg", "#5B391E");
changeColor("hoverbg", "#66BBAE");
changeColor("activetabBG", "#C6C386");
changeColor("activetabicon", "#FFFFFF");
changeColor("activetabtext", "#FFFFFF");
Expand Down

0 comments on commit 095609c

Please sign in to comment.