Fix resize button colors in rich text
parent
1f258999cc
commit
ef9f653239
|
@ -387,6 +387,7 @@
|
|||
// Rich text
|
||||
@cp_pad-fg: @cryptpad_text_col;
|
||||
@cp_pad-icon-filter: invert();
|
||||
@cp_pad-resize: @cryptpad_color_grey_800;
|
||||
// Comments
|
||||
@cp_comments-fg: @cryptpad_text_col;
|
||||
@cp_comments-bg: @cryptpad_color_grey_800;
|
||||
|
|
|
@ -387,6 +387,7 @@
|
|||
// Rich text
|
||||
@cp_pad-fg: @cryptpad_text_col;
|
||||
@cp_pad-icon-filter: none;
|
||||
@cp_pad-resize: @cryptpad_text_col;
|
||||
// Comments
|
||||
@cp_comments-fg: @cryptpad_text_col;
|
||||
@cp_comments-bg: @cryptpad_color_white;
|
||||
|
|
|
@ -68,6 +68,10 @@ body.cp-app-pad {
|
|||
margin-left: -40px;
|
||||
margin-top: 10px;
|
||||
margin-right: 0;
|
||||
button {
|
||||
color: @cp_pad-resize;
|
||||
border-color: @cp_pad-resize;
|
||||
}
|
||||
&.hidden {
|
||||
margin-left: -70px;
|
||||
margin-right: 40px;
|
||||
|
|
Loading…
Reference in New Issue