mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
portainer datatable searchbar bg fix
This commit is contained in:
parent
c676e6cfe5
commit
78b6d2f502
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user