1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00

increase the font size for search panel (#10838)

This commit is contained in:
Prabhat Khera 2024-01-16 14:31:39 +13:00 committed by GitHub
parent bbf1900677
commit 380c16c8dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,3 +123,18 @@
@apply th-dark:bg-gray-iron-10; @apply th-dark:bg-gray-iron-10;
@apply th-highcontrast:bg-black; @apply th-highcontrast:bg-black;
} }
.root :global(.cm-textfield) {
border: 1px solid var(--border-form-control-color);
background-color: var(--bg-inputbox);
color: var(--text-form-control-color);
@apply text-xs;
}
.root :global(.cm-button) {
@apply text-xs;
}
.root :global(.cm-panel.cm-search label) {
@apply text-xs;
}