Big commit i'm sorry ...

This commit is contained in:
2026-05-09 01:53:54 +02:00
committed by kitoy
parent ced34339f9
commit 50829e9f60
184 changed files with 54564 additions and 588 deletions

View File

@@ -4,3 +4,37 @@
border-top-color: currentcolor;
border-color: black;
}
.visible {
display: block;
}
.hidden {
display: none;
}
.msginfo
{
color: white;
font-weight:bold;
}
.msginfo .success
{
background-color: green;
}
.msginfo .error{
background-color: red;
}
.ql-toolbar {
background-color: #fff;
color: #000;
}
.ql-editor {
background-color: rgba(0, 0, 0, 0.3);
}