mirror of
https://github.com/liubinfighter/csv-lite.git
synced 2026-07-22 12:20:28 +00:00
26 lines
349 B
CSS
26 lines
349 B
CSS
/*
|
|
|
|
This CSS file will be included with your plugin, and
|
|
available in the app when your plugin is enabled.
|
|
|
|
If your plugin does not need CSS, delete this file.
|
|
|
|
*/
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
table,
|
|
td {
|
|
border: 1px solid var(--background-modifier-border);
|
|
}
|
|
|
|
td {
|
|
padding: 4px 8px;
|
|
}
|
|
|
|
input {
|
|
background: none;
|
|
border: none;
|
|
}
|