2016-12-31 09:27:40 -05:00
|
|
|
<style id="custom-styles" data-color="{{ setting('app-color') }}" data-color-light="{{ setting('app-color-light') }}">
|
2016-06-12 08:37:15 -04:00
|
|
|
header, #back-to-top, .primary-background {
|
2016-08-14 07:29:35 -04:00
|
|
|
background-color: {{ setting('app-color') }} !important;
|
2016-06-12 08:37:15 -04:00
|
|
|
}
|
|
|
|
.faded-small, .primary-background-light {
|
2016-08-14 07:29:35 -04:00
|
|
|
background-color: {{ setting('app-color-light') }};
|
2016-06-12 08:37:15 -04:00
|
|
|
}
|
|
|
|
.button-base, .button, input[type="button"], input[type="submit"] {
|
2016-08-14 07:29:35 -04:00
|
|
|
background-color: {{ setting('app-color') }};
|
2016-06-12 08:37:15 -04:00
|
|
|
}
|
|
|
|
.button-base:hover, .button:hover, input[type="button"]:hover, input[type="submit"]:hover, .button:focus {
|
2016-08-14 07:29:35 -04:00
|
|
|
background-color: {{ setting('app-color') }};
|
2016-06-12 08:37:15 -04:00
|
|
|
}
|
|
|
|
.nav-tabs a.selected, .nav-tabs .tab-item.selected {
|
2016-08-14 07:29:35 -04:00
|
|
|
border-bottom-color: {{ setting('app-color') }};
|
2016-06-12 08:37:15 -04:00
|
|
|
}
|
2016-10-23 12:55:48 -04:00
|
|
|
.text-primary, p.primary, p .primary, span.primary:hover, .text-primary:hover, a, a:hover, a:focus, .text-button, .text-button:hover, .text-button:focus {
|
2016-08-14 07:29:35 -04:00
|
|
|
color: {{ setting('app-color') }};
|
2016-06-12 08:37:15 -04:00
|
|
|
}
|
|
|
|
</style>
|