mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 10:31:42 +00:00
editor: mejorar estilos y agregar borde a todo
This commit is contained in:
parent
e60dcf70fe
commit
a45d3c898f
1 changed files with 8 additions and 6 deletions
|
@ -11,8 +11,6 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selected { outline: #f206f9 solid medium; }
|
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
border: 0;
|
border: 0;
|
||||||
min-height: 480px;
|
min-height: 480px;
|
||||||
|
@ -50,7 +48,7 @@
|
||||||
& > * {
|
& > * {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.editor-auxiliary-tool-active {
|
[data-editor-auxiliary-active] {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -62,6 +60,10 @@
|
||||||
|
|
||||||
.editor-content {
|
.editor-content {
|
||||||
min-height: 480px;
|
min-height: 480px;
|
||||||
|
p, h1, h2, h3, h4, h5, h6, ul, li { outline: #ccc solid thin; }
|
||||||
|
strong, em, del, u, sub, sup { background: #0002; }
|
||||||
|
a { background: #13fefe50; }
|
||||||
|
[data-editor-selected] { outline: $magenta solid thick; }
|
||||||
}
|
}
|
||||||
|
|
||||||
*[data-editor-loading] {
|
*[data-editor-loading] {
|
||||||
|
|
Loading…
Reference in a new issue