mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-06 02:30:46 -08:00
feat: style of import option
This commit is contained in:
parent
419fbd0a2a
commit
f3c45be3c2
1 changed files with 8 additions and 0 deletions
|
|
@ -2395,6 +2395,14 @@ html body.tc-body.tc-single-tiddler-window {
|
||||||
** Import table
|
** Import table
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
.tc-import-option {
|
||||||
|
margin: 0.5em 0;
|
||||||
|
padding: 0.5em;
|
||||||
|
background: <<colour tiddler-editor-background>>;
|
||||||
|
border: 1px solid <<colour tiddler-editor-border>>;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
.tc-import-table {
|
.tc-import-table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue