Filter Component: better btn width/height css

This commit is contained in:
cgfhtw
2024-12-05 15:26:38 +01:00
parent 5fd14949fa
commit 3969ebfa01
2 changed files with 5 additions and 8 deletions
+4 -3
View File
@@ -44,9 +44,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 {
+1 -5
View File
@@ -67,9 +67,5 @@
.tabulator {
font-size: 1rem;
}
.tabulator-cell .btn {
padding: 0 .375rem;
font-size: .875rem;
border-radius: .2rem;
}