12 lines
287 B
CSS
12 lines
287 B
CSS
|
|
/* Verringert den Abstand in der Filter-Zelle */
|
|
.rt-filter-group {
|
|
padding: 2px 4px !important;
|
|
}
|
|
|
|
/* Macht die Eingabefelder selbst flacher */
|
|
.rt-filter-input {
|
|
height: 28px !important;
|
|
font-size: 14px !important;
|
|
}
|