Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 1 month ago
Better look table scroll position
Hi guys! :)
I want just to share my .v-table-scrollposition customization, because I love it :).
Works with valo theme only:
.v-table-scrollposition {
@include animation(valo-animate-in-fade 500ms);
}
.v-table-scrollposition > span:before {
content:'';
display: inline-block;
@include valo-spinner(24px, 4px, $v-focus-color, 1000ms);
margin-right: 5px;
position: relative;
top: 6px;
}
.v-table-scrollposition > span {
background-color: white;
border-radius: 22px;
padding: 10px;
font-weight: 400;
-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0px 3px rgba(0, 0, 0, 0.05);
}
Please, if you see any css problem/optimization, tell me ;)
Enjoy!
Last updated on
You cannot reply to this thread.