mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-06-06 00:29:12 +02:00
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
.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;
|
||||
}
|
Reference in New Issue
Block a user