1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-02 12:19:11 +00:00

More style tweaks

Could go on with this for weeks
This commit is contained in:
Jeremy Ruston 2012-01-21 16:54:45 +00:00
parent 106f287a94
commit 33283f71e1

View File

@ -113,14 +113,14 @@ a.tw-tiddlylink-missing {
.splitLabelLeft { .splitLabelLeft {
text-transform: uppercase; text-transform: uppercase;
font-weight: bold; font-weight: bold;
padding: 3px 1px 3px 5px; padding: 3px 2px 3px 5px;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
background-color: #ccc; background-color: #ccc;
} }
.splitLabelRight { .splitLabelRight {
padding: 3px 5px 3px 1px; padding: 3px 5px 3px 2px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
background-color: #eee; background-color: #eee;
@ -148,7 +148,7 @@ a.tw-tiddlylink-missing {
} }
.splitLabelLeft[data-tw-treenode-type='param'] { .splitLabelLeft[data-tw-treenode-type='param'] {
background-color: #85e585; background-color: #a546a5;
color: #fff; color: #fff;
} }