|
|
@ -1,4 +1,5 @@
|
|
|
|
@import (reference) './colortheme-all.less';
|
|
|
|
@import (reference) './colortheme-all.less';
|
|
|
|
|
|
|
|
@import (reference) './variables.less';
|
|
|
|
|
|
|
|
|
|
|
|
.tippy_main() {
|
|
|
|
.tippy_main() {
|
|
|
|
--LessLoader_require: LessLoader_currentFile();
|
|
|
|
--LessLoader_require: LessLoader_currentFile();
|
|
|
@ -6,7 +7,7 @@
|
|
|
|
& {
|
|
|
|
& {
|
|
|
|
.tippy-tooltip.cryptpad-theme {
|
|
|
|
.tippy-tooltip.cryptpad-theme {
|
|
|
|
background-color: @cp_tooltip-bg;
|
|
|
|
background-color: @cp_tooltip-bg;
|
|
|
|
border-radius: 0px;
|
|
|
|
border-radius: @variables_radius;
|
|
|
|
color: @cp_tooltip-fg;
|
|
|
|
color: @cp_tooltip-fg;
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
[x-circle] {
|
|
|
|
[x-circle] {
|
|
|
|