Hi Hegart,

For using the browser dev tools:

Just right-click on the element of interest and select 'Inspect element' 
from the menu.

For a minimalistic tab coloration (using HTML color names) try:

/* RED TABS */
.my-red-tab-buttons .tc-tab-buttons button.tc-tab-selected {
     color: white;
     font-weight: bold;
     background-color: red;
}

.my-red-tab-buttons .tc-tab-buttons button {
     color: black;
     background-color: salmon;
}

/* GREEN TABS */

.my-green-tab-buttons .tc-tab-buttons button.tc-tab-selected {
     color: white;
     font-weight: bold;
     background-color: green;
}

.my-green-tab-buttons .tc-tab-buttons button {
     color: black;
     background-color: lightgreen;
}

Cheers,

Ton



-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/eb0c2807-1619-4dbb-94ed-8b3967bff82f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to