where is "tc-btn-invisible" injected into tag pill

104 views
Skip to first unread message

Alex Hough

unread,
Dec 9, 2015, 9:33:37 AM12/9/15
to TiddlyWiki
Dear All,


I can't find out where the 
 
tc-btn-invisible

class is added to the tag pil.

I'd like to experiment with a border on the tag pil, but the tag, as a button is given the invisible class.... I can't get to to it and can't find where the class is added to the ViewTemplate... any help most appriciated

Alex

Evolena

unread,
Dec 9, 2015, 9:36:20 AM12/9/15
to TiddlyWiki, Tiddl...@googlegroups.com
Have you checked the TagTemplate?

Alex Hough

unread,
Dec 9, 2015, 9:44:32 AM12/9/15
to TiddlyWiki
Evolena

$:/core/ui/TagTemplate -- thank you

I thought i was going mad

Alex

On 9 December 2015 at 14:36, Evolena <julie.st...@gmail.com> wrote:
Have you checked the TagTemplate?

--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/5d0fce5a-c66e-4d36-b33b-f55dd4f01f47%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Tobias Beer

unread,
Dec 9, 2015, 9:44:39 AM12/9/15
to tiddl...@googlegroups.com, Tiddl...@googlegroups.com
Hi Alex,

If it's a tag then it's probably nested in the tags wrapper,
so you can adjust their styles without messing with templates.

.tc-tags-wrapper .tc-btn-invisible {
border
:2px solid pink;
}

Then there's also this:

button.tc-tag-label, span.tc-tag-label {
border
:2px solid pink;
}

You can do the same, should you reuse the TagTemplate elsewhere,
i.e. wrap the tag-button in a container and then address as above.

Best wishes,

Tobias.

Alex Hough

unread,
Dec 9, 2015, 10:07:50 AM12/9/15
to TiddlyWiki
thanks Tobias

my CSS selction is rusty

I am now exploring the its good for my 

$:/core/ui/TagTemplate -- 

 hypertext thinking skills [1]


Alex


On 9 December 2015 at 14:44, Tobias Beer <beert...@gmail.com> wrote:
Hi Alex,

If it's a tag then it's probably nested in the tags wrapper,
so you can adjust their styles without messing with templates.

.tc-tags-wrapper .tc-button-invisible {
border
:2px solid pink;
}

You can do the same, should you reuse the TagTemplate elsewhere,
i.e. wrap the tag-button in a container and then address as above.

Best wishes,

Tobias.

--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.

Tobias Beer

unread,
Dec 9, 2015, 10:16:54 AM12/9/15
to TiddlyWiki
Hi Alex,
 
my CSS selction is rusty

Right click the element, inspect and find the selectors applied to the tag button. Simple.

Best wishes,

Tobias.

Alex Hough

unread,
Dec 9, 2015, 2:15:26 PM12/9/15
to TiddlyWiki
Tobias

wow yes, quick and easy

Alex

--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
Reply all
Reply to author
Forward
0 new messages