Hi Mohammad,

In my own theme I use the following for Sidebar tabs and the vertical More 
sidebar tabs:

/* SIDEBAR TABS */
.tc-sidebar-lists .tc-tab-buttons button {
     color: #0044BB;
     background-color: #FFFFFF;
     border: 1px solid #D1DDF3;
     border-radius: 0.3em;
}

.tc-sidebar-lists .tc-tab-buttons button.tc-tab-selected {
     font-weight: bold;
     color: #0044BB;
     background-color: #D1DDF3;
     border: 1px solid #A2BBE6;
     border-radius: 0.3em;
}

/* SIDEBAR 'More' TABS */
.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button {
     background-image: none;
     background-color: #FFFFFF;
     border: 1px solid #D1DDF3;
}
.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button.tc-tab-selected {
     background-image: none;
     background-color: #D1DDF3;
     border: 1px solid #A2BBE6;
}

Cheers,

Ton

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/ab2b21b7-7b6d-4b58-a9e0-2728067af0fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to