fds
This commit is contained in:
parent
4ad8d117b6
commit
de03da4353
12 changed files with 21 additions and 20 deletions
|
@ -1828,7 +1828,7 @@ button.close {
|
|||
line-break: auto;
|
||||
font-size: 0.875rem;
|
||||
word-wrap: break-word;
|
||||
background-color: var(--gray-500);
|
||||
background-color: #fff;
|
||||
background-clip: padding-box;
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
border-radius: 0.3rem;
|
||||
|
@ -2930,7 +2930,7 @@ label.color-radio span {
|
|||
border-color: var(--primary);
|
||||
}
|
||||
.form-inline.search .form-control:active, .form-inline.search .form-control:focus {
|
||||
background-color: var(--gray-500);
|
||||
background-color: var(--gray-900);
|
||||
color: var(--black);
|
||||
}
|
||||
.form-inline.search .form-control, .form-control[readonly] {
|
||||
|
@ -2978,7 +2978,7 @@ label.color-radio span {
|
|||
}
|
||||
.form-control:focus, .form-control:active {
|
||||
color: var(--black);
|
||||
background-color: var(--gray-500);
|
||||
background-color: var(--gray-900);
|
||||
outline: 0;
|
||||
border-color: var(--primary);
|
||||
box-shadow: none;
|
||||
|
@ -3012,7 +3012,7 @@ label.terms {
|
|||
.dropdown-menu {
|
||||
padding: 0.5rem;
|
||||
color: var(--white);
|
||||
background-color: var(--gray-500);
|
||||
background-color: var(--gray-600);
|
||||
}
|
||||
.dropdown-item {
|
||||
padding: 0.5rem 1rem;
|
||||
|
@ -4361,6 +4361,7 @@ div.deleted.banned {
|
|||
border: 1px solid var(--primary);
|
||||
padding: 10px;
|
||||
border-radius: 3px;
|
||||
background-color: var(--gray-700) !important;
|
||||
}
|
||||
.text-info {
|
||||
color: var(--primary) !important;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=228"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=47">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=229"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=47">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
html {
|
||||
|
@ -39,7 +39,7 @@
|
|||
{% endif %}
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=228"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=47">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=229"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=47">
|
||||
{% endif %}
|
||||
|
||||
</head>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<title>Chat</title>
|
||||
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=228">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=229">
|
||||
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=47">
|
||||
{% if v.css %}
|
||||
<link rel="stylesheet" href="/@{{v.username}}/css">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<script src="/assets/js/bootstrap.js?v=245"></script>
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=228">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=229">
|
||||
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=47">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
|
@ -32,7 +32,7 @@
|
|||
{% endif %}
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=228">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=229">
|
||||
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=47">
|
||||
{% endif %}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
{% block content %}
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=228"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=47">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=229"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=47">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
html {
|
||||
|
@ -30,7 +30,7 @@
|
|||
{% endif %}
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=228"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=47">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=229"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=47">
|
||||
{% endif %}
|
||||
|
||||
<div class="row justify-content-around">
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
{% endblock %}
|
||||
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=228">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=229">
|
||||
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=47">
|
||||
|
||||
</head>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<title>2-Step Login - {{SITE_NAME}}</title>
|
||||
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=228"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=47">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=229"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=47">
|
||||
|
||||
</head>
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=228"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=47">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=229"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=47">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
html {
|
||||
|
|
|
@ -39,10 +39,10 @@
|
|||
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=228"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=47">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=229"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=47">
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=228"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=47">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=229"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=47">
|
||||
{% endif %}
|
||||
</head>
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<title>{% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}Sign up - {{SITE_NAME}}{% endif %}</title>
|
||||
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=228"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=47">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=229"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=47">
|
||||
|
||||
</head>
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<title>{% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}{{SITE_NAME}}{% endif %}</title>
|
||||
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=228"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=47">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=229"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=47">
|
||||
|
||||
</head>
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
{% block stylesheets %}
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=228"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=47">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=229"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=47">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
html {
|
||||
|
@ -50,7 +50,7 @@
|
|||
{% endif %}
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=228">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=229">
|
||||
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=47">
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue