2016-12-31 15:27:40 +01:00
|
|
|
<style id="custom-styles" data-color="{{ setting('app-color') }}" data-color-light="{{ setting('app-color-light') }}">
|
2017-08-06 22:08:03 +02:00
|
|
|
header, [back-to-top], .primary-background {
|
2016-08-14 13:29:35 +02:00
|
|
|
background-color: {{ setting('app-color') }} !important;
|
2016-06-12 14:37:15 +02:00
|
|
|
}
|
|
|
|
.faded-small, .primary-background-light {
|
2016-08-14 13:29:35 +02:00
|
|
|
background-color: {{ setting('app-color-light') }};
|
2016-06-12 14:37:15 +02:00
|
|
|
}
|
|
|
|
.button-base, .button, input[type="button"], input[type="submit"] {
|
2016-08-14 13:29:35 +02:00
|
|
|
background-color: {{ setting('app-color') }};
|
2017-12-06 18:32:29 +01:00
|
|
|
border-color: {{ setting('app-color') }};
|
2016-06-12 14:37:15 +02:00
|
|
|
}
|
|
|
|
.button-base:hover, .button:hover, input[type="button"]:hover, input[type="submit"]:hover, .button:focus {
|
2016-08-14 13:29:35 +02:00
|
|
|
background-color: {{ setting('app-color') }};
|
2016-06-12 14:37:15 +02:00
|
|
|
}
|
|
|
|
.nav-tabs a.selected, .nav-tabs .tab-item.selected {
|
2016-08-14 13:29:35 +02:00
|
|
|
border-bottom-color: {{ setting('app-color') }};
|
2016-06-12 14:37:15 +02:00
|
|
|
}
|
2016-10-23 18:55:48 +02: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 13:29:35 +02:00
|
|
|
color: {{ setting('app-color') }};
|
2018-02-17 14:30:52 +01:00
|
|
|
fill: {{ setting('app-color') }};
|
2016-06-12 14:37:15 +02:00
|
|
|
}
|
2018-09-15 11:45:42 +02:00
|
|
|
</style>
|