mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-24 02:27:19 +00:00
Fixed styles for the parser dump
This commit is contained in:
parent
2cb337706d
commit
e66a12c165
@ -130,37 +130,55 @@ a.tw-slider-label::after {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.treeArray {
|
||||
.treeWikiText {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.treeArrayMember {
|
||||
.nodeWikiText {
|
||||
|
||||
}
|
||||
|
||||
.treeNode {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.splitLabelLeft[data-tw-treenode-type='text'] {
|
||||
.nodeWikiText .splitLabelLeft[data-tw-label-type='text'] {
|
||||
background-color: #62CFFC;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.label[data-tw-treenode-type='macro'] {
|
||||
.nodeWikiText .splitLabelLeft[data-tw-label-type='macro'] {
|
||||
background-color: #46A546;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.splitLabelLeft[data-tw-treenode-type='param'] {
|
||||
.nodeWikiText .splitLabelLeft[data-tw-label-type='param'] {
|
||||
background-color: #a546a5;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.label[data-tw-treenode-type='html'] {
|
||||
.nodeWikiText .splitLabelLeft[data-tw-label-type='html'] {
|
||||
background-color: #F89406;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.treeWikiTextRenderer .splitLabelLeft[data-tw-label-type='rendererStep'] {
|
||||
background-color: #F89406;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.treeWikiTextRenderer .splitLabelLeft[data-tw-label-type='macro'] {
|
||||
background-color: #46A546;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.treeWikiTextRenderer .splitLabelLeft[data-tw-label-type='content'] {
|
||||
background-color: #62CFFC;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.treeWikiTextRenderer .splitLabelLeft[data-tw-label-type='handler'],
|
||||
.treeWikiTextRenderer .splitLabelLeft[data-tw-label-type='params'] {
|
||||
background-color: #a546a5;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.tw-slider-label {
|
||||
-webkit-box-shadow: rgba(255, 255, 255, 0.199219) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.046875) 0px 1px 2px 0px;
|
||||
-webkit-transition-delay: 0s;
|
||||
|
Loading…
Reference in New Issue
Block a user