These style don't have anything to do with any plugins. In the actual
Mocha style sheet:

http://discuss.tiddlyspot.com/#StyleSheet

..find the definitions starting with:

#sidebarTabs .tabContents {background:#fff;}

and ending with:

#sidebarTabs .tabUnselected:hover { border-bottom: none;padding-bottom:
3px;color:#4F4B45}

This defines the colors and appearance of the SideBarTabs in Mocha
theme.


While in the default StyleSheetColors you will find style definition
for tabs in the main display area, which are the one's you want to
override:

.tabSelected {color:[[ColorPalette::PrimaryDark]];
        background:[[ColorPalette::TertiaryPale]];
        border-left:1px solid [[ColorPalette::TertiaryLight]];
        border-top:1px solid [[ColorPalette::TertiaryLight]];
        border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:
[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:
[[ColorPalette::TertiaryPale]]; border:1px solid
[[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

..with those you'll find corresponding with in the Mocha StyleSheet.
For a start copy these in the Mocha StyleSheet and replace these
ColorPalette defined definitions with the ones you find for the
SideBarTabs.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to