16 lines
362 B
Plaintext
Raw Normal View History

2018-04-13 15:25:14 +02:00
@import (once) './colortheme-all.less';
2018-04-12 19:08:08 +02: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 15:26:46 +02:00
word-wrap: break-word;
2018-04-12 19:08:08 +02:00
[x-circle] {
background-color: unset;
}
}
}