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:
parent
bbf1900677
commit
380c16c8dd
1 changed files with 15 additions and 0 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue