[Redizajn 1KA] - Uporabniki --> Odjavljeni - dataTables font popravki
This commit is contained in:
parent
3c13b9de78
commit
a248eb386c
@ -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;
|
||||||
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user