Merge branch 'devbyspi' into 'master'

Devbyspi

See merge request fronk/thetool!4
This commit is contained in:
Frank Schubert
2023-03-22 14:54:02 +00:00

View File

@@ -39,4 +39,41 @@
.font-weight-500 {
font-weight: 500;
}
}
.history-ico {
color: #007bff;
cursor: pointer;
}
.history-ico:hover {
color: #006875;
}
.code-ico {
cursor: pointer;
font-size: 25px;
margin-top: 7px;
margin-left: 10px;
}
.spinner-ico {
margin-left: 5px;
}
.filestore-history {
background-color: #33ff0021 !important;
}
.filestore-history-td {
padding: 0 0px 0 10px !important;
box-shadow: unset;
}
.filestore-history-td:hover {
box-shadow: unset !important;
}
.filestore-history-tr:hover{
color: unset !important;
background-color: #fff !important;
}