mirror of
https://github.com/jcf-402/datacharts.git
synced 2026-07-22 06:08:15 +00:00
53 lines
1 KiB
CSS
53 lines
1 KiB
CSS
|
|
|
|
.notice-success { background: #1d4d2b; color: white; }
|
|
.notice-error { background: #5a1a1a; color: white; }
|
|
.notice-info { background: #1d3557; color: white; }
|
|
.notice-warning {background: #d98c1f; color: white;}
|
|
|
|
.plot-settings-section {
|
|
padding: 16px;
|
|
margin-bottom: 16px;
|
|
border: 1px solid var(--background-modifier-border);
|
|
border-radius: 10px;
|
|
background: var(--background-secondary);
|
|
}
|
|
|
|
|
|
.plot-settings-dropdown{
|
|
margin-bottom:12px;
|
|
border:1px solid var(--background-modifier-border);
|
|
border-radius:10px;
|
|
background:var(--background-secondary);
|
|
padding:8px 12px;
|
|
}
|
|
|
|
.plot-settings-dropdown summary{
|
|
cursor:pointer;
|
|
font-weight:600;
|
|
padding:6px 0;
|
|
}
|
|
|
|
.plot-settings-body{
|
|
padding-top:8px;
|
|
}
|
|
|
|
.plot-wrapper{
|
|
background-color: linear-gradient( rgba(255,255,255,.03),rgba(255,255,255,.03)),var(--background-primary);
|
|
|
|
|
|
|
|
}
|
|
.plot-wrapper:hover {
|
|
box-shadow: var(--embed-block-shadow-hover);
|
|
}
|
|
.plot-wrapper canvas{
|
|
display:block;
|
|
width:100%
|
|
}
|
|
|
|
.markdown-source-view.mod-cm6
|
|
.cm-preview-code-block.cm-lang-lineplot:hover{
|
|
box-shadow:none ;
|
|
}
|
|
|