OcttKB/Wiki/tiddlers/$__Styles_onhover-toolbar-s...

9 lines
187 B
CSS
Raw Normal View History

2023-02-28 12:07:24 +01:00
.tc-tiddler-frame .tc-titlebar button {
opacity: 0;
transition: opacity .5s ease-in-out;
}
.tc-tiddler-frame:hover .tc-titlebar button {
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
}