[Redizajn 1KA] - Uporabniki --> Odjavljeni - dataTables font popravki

This commit is contained in:
tejagerjovic 2022-04-29 04:38:39 +02:00
parent 3c13b9de78
commit a248eb386c
2 changed files with 33 additions and 1 deletions

View File

@ -29051,6 +29051,7 @@ table.dataTable thead .sorting_desc_disabled {
background-color: #F8F8F8 !important; background-color: #F8F8F8 !important;
padding: 0 !important; padding: 0 !important;
margin-top: 30px; margin-top: 30px;
font-size: 14px !important;
} }
.paginate_button { .paginate_button {
@ -29059,6 +29060,7 @@ table.dataTable thead .sorting_desc_disabled {
padding: 0 !important; padding: 0 !important;
height: 24px; height: 24px;
margin-right: 4px; margin-right: 4px;
font-size: 14px !important;
} }
.paginate_button:last-of-type { .paginate_button:last-of-type {
margin-right: 0; margin-right: 0;
@ -29080,6 +29082,21 @@ table.dataTable thead .sorting_desc_disabled {
background: transparent !important; background: transparent !important;
} }
.dataTables_info,
.dataTables_length,
.dataTables_length select,
.dataTables_length select option,
.dataTables_filter {
font-size: 14px !important;
}
.dataTables_info label,
.dataTables_length label,
.dataTables_length select label,
.dataTables_length select option label,
.dataTables_filter label {
font-size: 14px !important;
}
@media (max-width: 1100px) { @media (max-width: 1100px) {
#quick_comments_link.newCss { #quick_comments_link.newCss {
display: none; display: none;

View File

@ -157,6 +157,7 @@ table.dataTable thead .sorting_asc {
background-color: $light-gray !important; background-color: $light-gray !important;
padding: 0 !important; padding: 0 !important;
margin-top: 30px; margin-top: 30px;
font-size: 14px !important;
} }
.paginate_button{ .paginate_button{
@ -166,6 +167,7 @@ table.dataTable thead .sorting_asc {
padding: 0 !important; padding: 0 !important;
height: 24px; height: 24px;
margin-right: 4px; margin-right: 4px;
font-size: 14px !important;
&:last-of-type { &:last-of-type {
margin-right: 0; margin-right: 0;
} }
@ -191,3 +193,16 @@ table.dataTable thead .sorting_asc {
} }
} }
.dataTables_info,
.dataTables_length,
.dataTables_length select,
.dataTables_length select option,
.dataTables_filter {
font-size: 14px !important;
label {
font-size: 14px !important;
}
}