On Monday, November 11, 2013 12:26:28 AM UTC+1, David Gifford wrote:
>
> Hi all
>
> How can I eliminate the gradients in the tabs of the more sidebar? Tried
> heaps of things.
>
There is a CSS definition somewhere. may be:
$:/themes/tiddlywiki/snowwhite/base
change
.tw-more-sidebar .tw-tab-buttons button.tw-tab-selected {
background-color: #FFFFFF;
background-image: -moz-linear-gradient(left center , #ECECEC 0%, #F8F8F8
100%);
border: medium none;
}
to
.tw-more-sidebar .tw-tab-buttons button.tw-tab-selected {
background-color: #FFFFFF;
border: medium none;
}
I didn't test it .)
-m
--
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.