Redesign - tabela s podatki - popravek kurzorja
This commit is contained in:
parent
b4fa371beb
commit
9c1e2a9130
@ -16749,6 +16749,9 @@ dl.arch_email dd {
|
|||||||
#div_vnosi_data #tableContainer table#dataTable thead tr.row3 th {
|
#div_vnosi_data #tableContainer table#dataTable thead tr.row3 th {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
#div_vnosi_data #tableContainer table#dataTable thead tr.row3 th.data_edit {
|
||||||
|
cursor: auto;
|
||||||
|
}
|
||||||
#div_vnosi_data #tableContainer table#dataTable thead tr.row3 th .mass_delete {
|
#div_vnosi_data #tableContainer table#dataTable thead tr.row3 th .mass_delete {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
|
@ -117,6 +117,10 @@
|
|||||||
&.row3 th{
|
&.row3 th{
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
&.data_edit{
|
||||||
|
cursor: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.mass_delete{
|
.mass_delete{
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user