colibris: fix plugin ep_comments style

This commit is contained in:
Sebastian Castro 2018-11-08 21:56:28 +01:00
parent af641c3b3d
commit 9205b551df
2 changed files with 70 additions and 34 deletions

View file

@ -39,22 +39,38 @@ body,
#tbl_context_menu ul .yuimenuitemlabel,
.yui-skin-sam .yui-split-button button em:not(.color-picker-button),
#yui-picker-panel .button-group .yui-button:first-child button,
/* Menus icons*/
#newComment .sidebar-comment input[type=reset], #newComment .sidebar-comment input[type=reset]:hover,
#newComment .sidebar-comment input[type=submit]:hover,
.suggestion, .comment-reply-input, .reply-suggestion p:not(.reply-comment-suggest-from-p), .comment-text,
.sidebar-comment textarea, .reply-comment-suggest label, .comment-suggest label, .comment-reply-input
#comments, #newComments, .reply-comment-suggest-from-p,
.comment-changeFrom-value,
.comment-changeTo-value,
.reply-suggestion .reply-comment-suggest-from,
.suggestion .comment-suggest-from
{ color: #495057 !important; }
/* MENUS ICONS */
#edit_title:before,
#tbl-menu:before
{ color: #495057 !important; }
{ color: #767676 !important; }
/* PRIMARY BUTTONS */
#mycolorpickersave,
.btn-primary,
#tbl_btn_close,
#save_title button,
#yui-picker-panel .button-group .yui-button:last-child button
{ background-color: #64d29b; color: white; }
#yui-picker-panel .button-group .yui-button:last-child button,
{
background-color: #64d29b;
color: white;
}
h1,
#titlelabel,
.yui-skin-sam .yui-panel .hd
.yui-skin-sam .yui-panel .hd,
p[data-l10n-id="ep_comments_page.comment"],
.comment-reply-input-label span
{ color: #64d29b; }
/* NEUTRAL FONT */
@ -63,7 +79,8 @@ body,
#chatinput,
.toolbar ul li select,
button, input, select, textarea,
td[name=tData]
td[name=tData],
#comments, #newComments
{ font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; }
/* PRIMARY FONT */
@ -71,5 +88,9 @@ h1,
#titlelabel,
#chatlabel,
.btn,
.yui-skin-sam .yui-panel .hd
{ font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important; }
.yui-skin-sam .yui-panel .hd,
.reply-suggestion p:not(.reply-comment-suggest-from-p),
p[data-l10n-id="ep_comments_page.comment"],
#newComment.sidebar-comment input[type=submit],
.comment-changeTo-approve input[type=submit]
{ font-family: OpenDyslexic, Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important; }