Match JtAutocomplete to Tailwind Controls
This commit is contained in:
@@ -12,6 +12,14 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<script src="https://cdn.tailwindcss.com"></script>
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
/* Match with TailWind border-gray-200 */
|
||||||
|
--jt-control-border-color: rgb(229 231 235);
|
||||||
|
--jt-control-border-hover-color: rgb(229 231 235);
|
||||||
|
--jt-control-focus-outline-color: #07f;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
{% block head_styles %}{% endblock %}
|
{% block head_styles %}{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body class="h-full bg-gray-200">
|
<body class="h-full bg-gray-200">
|
||||||
|
|||||||
Reference in New Issue
Block a user