Browse Source

portainer datatable searchbar bg fix

pull/265/head
GilbN 3 years ago
parent
commit
78b6d2f502
  1. 11
      CSS/themes/portainer/portainer-base.css

11
CSS/themes/portainer/portainer-base.css

@ -233,6 +233,17 @@ ul.sidebar .sidebar-title {
color: var(--text); 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 */ /* TABLE */

Loading…
Cancel
Save