liubinfighter_csv-lite/styles.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;
}