2018-07-12 16:43:17 +00:00
|
|
|
@import (reference) './colortheme-all.less';
|
2018-04-12 17:08:08 +00:00
|
|
|
|
|
|
|
.tippy_main() {
|
|
|
|
.tippy-tooltip.cryptpad-theme {
|
|
|
|
/* Your styling here. Example: */
|
|
|
|
background-color: white;
|
|
|
|
box-shadow: 2px 2px 10px #000;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #333;
|
2018-05-03 16:25:44 +00:00
|
|
|
overflow-wrap: break-word;
|
2018-04-12 17:08:08 +00:00
|
|
|
[x-circle] {
|
|
|
|
background-color: unset;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|