mirror of https://github.com/portainer/portainer
increase the font size for search panel (#10838)
parent
bbf1900677
commit
380c16c8dd
|
@ -123,3 +123,18 @@
|
|||
@apply th-dark:bg-gray-iron-10;
|
||||
@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…
Reference in New Issue