54 lines
640 B
CSS
54 lines
640 B
CSS
#toolNav {
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
border-top: 67px;
|
|
border-top-color: currentcolor;
|
|
border-color: black;
|
|
}
|
|
|
|
.visible {
|
|
display: block;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.msginfo
|
|
{
|
|
color: white;
|
|
font-weight:bold;
|
|
}
|
|
.btn {
|
|
border-radius: 40px;
|
|
font-weight: 600;
|
|
margin-right: 7px;
|
|
}
|
|
.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);
|
|
|
|
}
|
|
|
|
.entry {
|
|
margin:5px;
|
|
}
|
|
|
|
.btn-modify {
|
|
margin-top: -7rem;
|
|
margin-right: 10%;
|
|
margin-left: 100%;
|
|
}
|