1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00

styles and pagination for sql results table

This commit is contained in:
lana-k
2020-10-03 20:24:03 +02:00
parent ab04ff3e87
commit 2371cd5acc
8 changed files with 346 additions and 120 deletions

View File

@@ -1,16 +1,17 @@
/* width */
::-webkit-scrollbar {
width: 5px;
}
width: 5px;
height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #ebf0f8;
}
/* Track */
::-webkit-scrollbar-track {
background: transparent;
border-radius: 5px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: var(--color-accent);
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: var(--color-accent);
border-radius: 10px;
}