1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

refactor(ui): move datatable css from bootstrap-override [EE-3664] (#7206)

This commit is contained in:
Chaim Lev-Ari 2022-07-07 07:29:46 +03:00 committed by GitHub
parent 3241738775
commit 8d46692d66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 45 additions and 79 deletions

View file

@ -153,78 +153,6 @@ input:checked + .slider:before {
display: none;
}
/* Datatable */
.datatable .searchBar {
border: 1px solid var(--border-searchbar);
padding: 5px;
background: var(--bg-searchbar) !important;
border-radius: 5px;
}
.datatable .searchBar input[type='text'] {
border: 0px !important;
}
.datatable .toolBar {
border-radius: 8px;
}
.datatable .footer {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
padding-bottom: 10px;
}
.datatable .toolBar {
padding-top: 20px !important;
padding-bottom: 20px !important;
}
.toolBar {
display: flex;
flex-direction: row;
gap: 5px;
}
.toolBar > .toolBarTitle {
flex: auto;
display: inline-flex;
flex-wrap: nowarp;
}
.toolBar .searchBar {
flex: right;
margin-right: 10px;
width: 500px;
height: 30px;
display: inline-flex;
}
.datatable .searchBar {
padding: 4px 10px !important;
font-size: 14px;
}
.toolBar > .actionBar {
margin-right: 10px;
display: inline-flex;
}
.datatable .actionBar {
padding: 0px !important;
}
.toolBar > .settings {
width: 60px;
text-align: right;
display: inline-flex;
}
.datatable .toolBar .settings {
margin-right: 5px !important;
}
/* Widget */
.widget .widget-icon i {