Ag Grid anpassungen

This commit is contained in:
Bastian Wagner
2026-02-19 12:21:30 +01:00
parent d7cfc89ba5
commit ef45e91141
31 changed files with 469 additions and 75 deletions

View File

@@ -1,8 +1,8 @@
/* You can add global styles to this file, and also import other style files */
/* Core Data Grid CSS */
@import "ag-grid-community/styles/ag-grid.css";
// @import "ag-grid-community/styles/ag-grid.css";
/* Quartz Theme Specific CSS */
@import 'ag-grid-community/styles/ag-theme-quartz.css';
// @import 'ag-grid-community/styles/ag-theme-quartz.css';
@tailwind base;
@tailwind components;
@@ -46,11 +46,11 @@ html, body {
padding: 4px;
box-sizing: border-box;
border-radius: 6px;
background-size: 20px;
background-size: 16px;
background-position: center;
background-repeat: no-repeat;
width: 38px;
height: 38px;
width: 28px;
height: 28px;
transition: box-shadow 0.1s ease-in-out;
&:hover {