Merge branch 'feature-53938/StV_Tab_Noten_fertigstellen' into merge_FHC4_C4

This commit is contained in:
Harald Bamberger
2025-01-28 09:49:53 +01:00
32 changed files with 4610 additions and 346 deletions
+12 -3
View File
@@ -126,9 +126,10 @@
}
.tabulator-cell .btn {
padding: 0 .7rem;
min-height: 25px;
min-width: 25px;
padding: 0 .375rem;
font-size: calc(1rem - 2px / 1.5); /* substract border (2 x 1px) modified by the line-height (1.5) */
border-radius: .2rem;
vertical-align: baseline;
}
.tabulator-row.tabulator-selectable:focus {
@@ -147,3 +148,11 @@
border-color:#ADB5BD !important;
box-shadow: none !important;
}
/**
* Make keyboard-focused list items look like the mouse-hovered list items
*/
.tabulator-edit-list .tabulator-edit-list-item.focused {
color: #fff;
background: #1d68cd;
}
+1 -5
View File
@@ -67,9 +67,5 @@
.tabulator {
font-size: 1rem;
}
.tabulator-cell .btn {
padding: 0 .375rem;
font-size: .875rem;
border-radius: .2rem;
}
+1 -1
View File
@@ -1747,7 +1747,7 @@
}
.p-button.p-button-icon-only {
width: 2.357rem;
padding: 0.5rem 0;
padding: 0.375rem 0; /* NOTE(chris): button padding-y from BS */
}
.p-button.p-button-icon-only .p-button-icon-left,
.p-button.p-button-icon-only .p-button-icon-right {