Merge branch 'soon'
This commit is contained in:
commit
2acbb37291
@ -12,6 +12,9 @@
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cke_reset_all * {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.padColor { color: @toolbar-pad-bg; }
|
.padColor { color: @toolbar-pad-bg; }
|
||||||
.codeColor { color: @toolbar-code-bg; }
|
.codeColor { color: @toolbar-code-bg; }
|
||||||
@ -25,9 +28,6 @@
|
|||||||
.toolbar-container {
|
.toolbar-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
.cke_reset_all * {
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
#cke_editor1 .cke_inner {
|
#cke_editor1 .cke_inner {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
@ -855,9 +855,6 @@ body .cryptpad-toolbar {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
.fa {
|
|
||||||
margin-left: 3px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user