fix issue #1047
This commit is contained in:
parent
3bd6450333
commit
09a8b4b379
@ -121,6 +121,8 @@ a:focus,
|
|||||||
input, optgroup, select, textarea {
|
input, optgroup, select, textarea {
|
||||||
font-size: 0.9rem !important;
|
font-size: 0.9rem !important;
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
|
background-color: $comment_item_colour;
|
||||||
|
color: $font_colour;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selected-doco-nav {
|
.selected-doco-nav {
|
||||||
@ -1334,7 +1336,7 @@ img.mail-conv-sender-photo {
|
|||||||
.section-content-tools-wrapper {
|
.section-content-tools-wrapper {
|
||||||
padding: 7px 10px;
|
padding: 7px 10px;
|
||||||
background-color: $comment_item_colour;
|
background-color: $comment_item_colour;
|
||||||
border-bottom: 3px solid comment_item_colour;
|
border-bottom: 3px solid $comment_item_colour;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-content-info-wrapper {
|
.section-content-info-wrapper {
|
||||||
|
Reference in New Issue
Block a user