Redesign - tabela s podatki - popravek kurzorja

This commit is contained in:
pero1203 2022-03-15 10:54:29 +01:00
parent b4fa371beb
commit 9c1e2a9130
2 changed files with 7 additions and 0 deletions

View File

@ -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;

View File

@ -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;