Match JtAutocomplete to Tailwind Controls
This commit is contained in:
@@ -12,6 +12,14 @@
|
||||
{% else %}
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
{% 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 %}
|
||||
</head>
|
||||
<body class="h-full bg-gray-200">
|
||||
|
||||
Reference in New Issue
Block a user