Modify css for toolbar
This commit is contained in:
@@ -6,35 +6,48 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.visible {
|
.visible {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.msginfo
|
.msginfo
|
||||||
{
|
{
|
||||||
color: white;
|
color: white;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
|
}
|
||||||
|
.btn {
|
||||||
|
border-radius: 40px;
|
||||||
|
font-weight: 600;
|
||||||
|
margin-right: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.msginfo .success
|
.msginfo .success
|
||||||
{
|
{
|
||||||
background-color: green;
|
background-color: green;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.msginfo .error{
|
.msginfo .error{
|
||||||
background-color: red;
|
background-color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ql-toolbar {
|
.ql-toolbar {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ql-editor {
|
.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%;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user