mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Improved Sceditor integration
This commit is contained in:
@ -23,4 +23,11 @@ a {
|
||||
|
||||
.a:focus, .a:hover {
|
||||
color: #72afd2;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sceditor iframe
|
||||
*/
|
||||
.sceditor-iframe-body {
|
||||
padding: 5px;
|
||||
}
|
@ -33,6 +33,13 @@ p, h1, h2, h3, h4, h5, h6 {
|
||||
background-color: var(--black3);
|
||||
}
|
||||
|
||||
/**
|
||||
* Sceditor body
|
||||
*/
|
||||
.sceditor-iframe-body {
|
||||
background-color: var(--black5);
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
/**
|
||||
* Buttons
|
||||
|
Reference in New Issue
Block a user