Modify css for toolbar

This commit is contained in:
2026-07-23 04:24:58 +02:00
committed by kitoy
parent 35b078a463
commit 3046f4ca2c

View File

@@ -6,35 +6,48 @@
}
.visible {
display: block;
display: block;
}
.hidden {
display: none;
display: none;
}
.msginfo
{
color: white;
font-weight:bold;
color: white;
font-weight:bold;
}
.btn {
border-radius: 40px;
font-weight: 600;
margin-right: 7px;
}
.msginfo .success
{
background-color: green;
background-color: green;
}
.msginfo .error{
background-color: red;
background-color: red;
}
.ql-toolbar {
background-color: #fff;
color: #000;
background-color: #fff;
color: #000;
}
.ql-editor {
background-color: rgba(0, 0, 0, 0.3);
background-color: rgba(0, 0, 0, 0.3);
}
.entry {
margin:5px;
}
.btn-modify {
margin-top: -7rem;
margin-right: 10%;
margin-left: 100%;
}