1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

portainer datatable searchbar bg fix

This commit is contained in:
GilbN 2021-09-30 22:01:00 +02:00
parent c676e6cfe5
commit 78b6d2f502

View File

@ -233,6 +233,17 @@ ul.sidebar .sidebar-title {
color: var(--text);
}
.datatable .searchBar {
border-top: 1px solid rgba(255, 255, 255, .1);
border-bottom: 1px solid rgba(255, 255, 255, .1);
padding: 8px;
background: rgba(255, 255, 255, .15);
}
.datatable .searchBar:focus-within {
background:rgba(255, 255, 255, .25);
color: var(--text-hover);
}
/* TABLE */