mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-07-08 13:02:51 +00:00
Use different background colours for nested testcase widgets
This commit is contained in:
parent
17e939fa2c
commit
22ad43954e
@ -65,6 +65,9 @@ sidebar-tab-foreground-selected: Sidebar tab foreground for selected tabs
|
|||||||
sidebar-tab-foreground: Sidebar tab foreground
|
sidebar-tab-foreground: Sidebar tab foreground
|
||||||
sidebar-tiddler-link-foreground-hover: Sidebar tiddler link foreground hover
|
sidebar-tiddler-link-foreground-hover: Sidebar tiddler link foreground hover
|
||||||
sidebar-tiddler-link-foreground: Sidebar tiddler link foreground
|
sidebar-tiddler-link-foreground: Sidebar tiddler link foreground
|
||||||
|
testcase-accent-level-1: Testcase accent colour with no nesting
|
||||||
|
testcase-accent-level-2: Testcase accent colour with 2nd level nesting
|
||||||
|
testcase-accent-level-3: Testcase accent colour with 3rd level nesting or higher
|
||||||
site-title-foreground: Site title foreground
|
site-title-foreground: Site title foreground
|
||||||
static-alert-foreground: Static alert foreground
|
static-alert-foreground: Static alert foreground
|
||||||
tab-background-selected: Tab background for selected tabs
|
tab-background-selected: Tab background for selected tabs
|
||||||
|
@ -95,6 +95,9 @@ table-footer-background: #a8a8a8
|
|||||||
table-header-background: #f0f0f0
|
table-header-background: #f0f0f0
|
||||||
tag-background: #ec6
|
tag-background: #ec6
|
||||||
tag-foreground: #ffffff
|
tag-foreground: #ffffff
|
||||||
|
testcase-accent-level-1: #84C5E6
|
||||||
|
testcase-accent-level-2: #E3B740
|
||||||
|
testcase-accent-level-3: #5FD564
|
||||||
tiddler-background: <<colour background>>
|
tiddler-background: <<colour background>>
|
||||||
tiddler-border: <<colour background>>
|
tiddler-border: <<colour background>>
|
||||||
tiddler-controls-foreground-hover: #888888
|
tiddler-controls-foreground-hover: #888888
|
||||||
|
@ -3232,6 +3232,18 @@ span.tc-translink > a:first-child {
|
|||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tc-testcase-wrapper {
|
||||||
|
background-color: <<colour testcase-accent-level-1>>;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tc-testcase-wrapper .tc-testcase-wrapper {
|
||||||
|
background-color: <<colour testcase-accent-level-2>>;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tc-testcase-wrapper .tc-testcase-wrapper .tc-testcase-wrapper {
|
||||||
|
background-color: <<colour testcase-accent-level-3>>;
|
||||||
|
}
|
||||||
|
|
||||||
.tc-testcase-header {
|
.tc-testcase-header {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin: 0.5em 0;
|
margin: 0.5em 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user