init
This commit is contained in:
45
.obsidian/plugins/table-editor-obsidian/styles.css
vendored
Normal file
45
.obsidian/plugins/table-editor-obsidian/styles.css
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
.HyperMD-table-row span.cm-inline-code,
|
||||
pre > code:not(.prism) {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
.widget-background {
|
||||
background-color: var(--background-secondary);
|
||||
}
|
||||
|
||||
.widget-button {
|
||||
padding: 3px 4px;
|
||||
margin: 3px;
|
||||
background-color: Transparent;
|
||||
}
|
||||
|
||||
.widget-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
fill: var(--text-muted);
|
||||
}
|
||||
|
||||
.widget-icon:hover {
|
||||
fill: var(--text-normal);
|
||||
}
|
||||
|
||||
.widget-button-close {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.widget-icon-close {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
.advanced-tables-donation {
|
||||
width: 70%;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.advanced-tables-donate-button {
|
||||
margin: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user