diff --git a/public/assets/css/datatables-std.css b/public/assets/css/datatables-std.css index cb5556f7f..9aaeaf448 100644 --- a/public/assets/css/datatables-std.css +++ b/public/assets/css/datatables-std.css @@ -39,4 +39,41 @@ .font-weight-500 { font-weight: 500; -} \ No newline at end of file +} + +.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; +}