diff --git a/css/hesk_newStyle.css b/css/hesk_newStyle.php similarity index 74% rename from css/hesk_newStyle.css rename to css/hesk_newStyle.php index ed63aece..2d9c03ce 100644 --- a/css/hesk_newStyle.css +++ b/css/hesk_newStyle.php @@ -1,46 +1,66 @@ + + .navbar { margin-bottom: 0; } .navbar-default { - background-color: #414a5c; + background-color: ; background-image: none; filter: none; } .navbar-default .navbar-brand { - color: #d4dee7; + color: ; } .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover { - color: #fff; + color: ; background-color: transparent; } .navbar-default .navbar-nav>li>a { - color: #d4dee7; + color: ; } .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover { - color: #fff; + color: ; background-color: transparent; } .dropdown-menu>li>a { - color: #333; + color: ; } .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { - color: #262626; + color: ; text-decoration: none; - background-color: #f5f5f5; + background-color: ; } .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover { - color: #fff; - background-color: #2d3646; + color: ; + background-color: ; } .settingsquestionmark { - color: #000; + color: ; font-size: 14px; } .settingsquestionmark:hover { text-decoration: underline; } .h3questionmark { - color: #000; + color: ; font-size: 14px; } .h3questionmark:hover { @@ -254,4 +274,4 @@ div.setupButtons { margin-left: auto; margin-right: auto; width: 90%; -} \ No newline at end of file +} diff --git a/hesk_ui_settings.inc.php b/hesk_ui_settings.inc.php index 50bf241e..7ee938e4 100644 --- a/hesk_ui_settings.inc.php +++ b/hesk_ui_settings.inc.php @@ -1,4 +1,18 @@ \ No newline at end of file + +//-- HESK UI Theme Color Settings +$hesk_ui_settings['navbarBackgroundColor'] = '#414a5c'; +$hesk_ui_settings['navbarBrandColor'] = '#d4dee7'; +$hesk_ui_settings['navbarBrandHoverColor'] = '#ffffff'; +$hesk_ui_settings['navbarItemTextColor'] = '#d4dee7'; +$hesk_ui_settings['navbarItemTextHoverColor'] = '#ffffff'; +$hesk_ui_settings['navbarItemTextSelectedColor'] = '#ffffff'; +$hesk_ui_settings['navbarItemSelectedBackgroundColor'] = '#2d3646'; +$hesk_ui_settings['dropdownItemTextColor'] = '#333333'; +$hesk_ui_settings['dropdownItemTextHoverColor'] = '#262626'; +$hesk_ui_settings['dropdownItemTextHoverBackgroundColor'] = '#f5f5f5'; +$hesk_ui_settings['questionMarkColor'] = '#000000'; + +?> diff --git a/inc/header.inc.php b/inc/header.inc.php index a71ef8b2..8f8390e1 100644 --- a/inc/header.inc.php +++ b/inc/header.inc.php @@ -44,7 +44,7 @@ if (!defined('IN_SCRIPT')) {die('Invalid attempt');} - +