|
|
@ -627,7 +627,6 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cp-toolbar-title {
|
|
|
|
.cp-toolbar-title {
|
|
|
|
color: @cryptpad_text_col;
|
|
|
|
color: @cryptpad_text_col;
|
|
|
|
font-family: "IBM Plex Mono";
|
|
|
|
|
|
|
|
flex: 1;
|
|
|
|
flex: 1;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
text-overflow: ellipsis;
|
|
|
@ -812,14 +811,9 @@
|
|
|
|
padding: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
|
|
|
|
svg {
|
|
|
|
svg {
|
|
|
|
#squares {
|
|
|
|
|
|
|
|
fill: @toolbar-bg-color;
|
|
|
|
fill: @toolbar-bg-color;
|
|
|
|
fill: var(--toolbar-bg-color);
|
|
|
|
fill: var(--toolbar-bg-color);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#outline, #keyhole {
|
|
|
|
|
|
|
|
fill: @cryptpad_text_col;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
img {
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|