sqlight: sqlite playground

This commit is contained in:
Spxg
2025-04-26 22:13:23 +08:00
commit f137bd53b5
97 changed files with 11234 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
.-buttonReset {
color: var(--font-color);
border: none;
background: inherit;
background-color: transparent; /* IE 11 */
padding: 0;
font: inherit;
line-height: inherit;
text-align: inherit;
}
.-buttonAsLink {
composes: -buttonReset;
cursor: pointer;
color: var(--link-color);
user-select: text;
text-decoration: underline;
}
.addMain {
composes: -buttonAsLink;
}
.table {
border-collapse: collapse;
}
.tdAndTh {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}