mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 21:18:46 +02:00
N°3573 - Migrate backoffice pages to new UIBlock system : System Information
This commit is contained in:
@@ -18,6 +18,18 @@ $ibo-datatable--sort-order--color: $ibo-color-orange-600 !default;
|
||||
|
||||
$ibo-fieldsorter--selected--background-color: $ibo-color-blue-200 !default;
|
||||
|
||||
|
||||
/* CSS variables (can be changed directly from the browser) */
|
||||
:root {
|
||||
--ibo-datatable-panel--table-spacing: #{$ibo-datatable-panel--table-spacing};
|
||||
}
|
||||
|
||||
.ibo-datatable {
|
||||
.ibo-datatable-header {
|
||||
color: var(--ibo-body-text-color);
|
||||
}
|
||||
}
|
||||
|
||||
.ibo-datatable--toolbar {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user