visually enhancing comment section
This commit is contained in:
@@ -3848,7 +3848,7 @@ input#s_avatar {
|
|||||||
/* Comments System */
|
/* Comments System */
|
||||||
#comments-container {
|
#comments-container {
|
||||||
padding: 0px 5px 5px 5px;
|
padding: 0px 5px 5px 5px;
|
||||||
background: var(--metadata-bg);
|
background: #00000087;
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
font-family: var(--font);
|
font-family: var(--font);
|
||||||
}
|
}
|
||||||
@@ -3941,7 +3941,7 @@ input#s_avatar {
|
|||||||
.comment-input textarea {
|
.comment-input textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 80px;
|
min-height: 80px;
|
||||||
background: var(--bg);
|
background: #000000a1;
|
||||||
border: 1px solid var(--gray);
|
border: 1px solid var(--gray);
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@@ -4028,6 +4028,11 @@ input#s_avatar {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#comment-sort, #subscribe-btn, #lock-thread-btn {
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Admin buttons */
|
/* Admin buttons */
|
||||||
.admin-edit-btn,
|
.admin-edit-btn,
|
||||||
.admin-delete-btn {
|
.admin-delete-btn {
|
||||||
|
|||||||
Reference in New Issue
Block a user