This commit is contained in:
Mario Vavti 2018-04-12 10:58:31 +02:00
parent 3bd6450333
commit 09a8b4b379

View File

@ -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 {