Here is the steps that will keep the 'close' button always visible while 
others will appear when you hover over the close button

1. Open up "$:/themes/ghostwriter/stylesheet/main"
2. Find the part that says  /* TIDDLER TOOLBAR */
3. Change it to
@media only screen and (min-width: 768px) {


 .tc-tiddler-view-frame .tc-tiddler-controls svg {
     fill: transparent;
 }

.tc-tiddler-view-frame .tc-tiddler-controls [aria-label~=close] svg, 
 .tc-tiddler-view-frame .tc-tiddler-controls:hover svg,
 .tc-tiddler-view-frame .tc-tiddler-controls .tc-popup svg {
     fill: #cccccc;
 }
}

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/24710a45-443f-4ea3-a428-c53b7eb08fb8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to