added support for linking to the record preview/update form and some other minor improvements
This commit is contained in:
@@ -28,9 +28,11 @@
|
||||
@keyframes fadeIn {
|
||||
0% {
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -670,7 +670,7 @@ a.thumb:not(.thumb-active) {
|
||||
font-family: var(--iconFontFamily);
|
||||
color: inherit;
|
||||
text-align: center;
|
||||
animation: loaderShow var(--baseAnimationSpeed),
|
||||
animation: loaderShow var(--activeAnimationSpeed),
|
||||
rotate 0.9s var(--baseAnimationSpeed) infinite linear;
|
||||
}
|
||||
|
||||
@@ -855,6 +855,9 @@ a.thumb:not(.thumb-active) {
|
||||
.entrance-right {
|
||||
animation: entranceRight var(--entranceAnimationSpeed);
|
||||
}
|
||||
.entrance-fade {
|
||||
animation: fadeIn var(--entranceAnimationSpeed);
|
||||
}
|
||||
|
||||
.provider-logo {
|
||||
$boxSize: 32px;
|
||||
|
||||
@@ -59,14 +59,14 @@
|
||||
.markers {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
left: 4px;
|
||||
top: 4px;
|
||||
left: 3px;
|
||||
top: 3px;
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
.marker {
|
||||
$size: 4px;
|
||||
$size: 5px;
|
||||
display: block;
|
||||
width: $size;
|
||||
height: $size;
|
||||
|
||||
@@ -271,7 +271,7 @@ table {
|
||||
thead {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 99;
|
||||
z-index: 100;
|
||||
transition: box-shadow var(--baseAnimationSpeed);
|
||||
}
|
||||
tbody {
|
||||
|
||||
Reference in New Issue
Block a user