mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-02-19 06:31:48 -08:00
Re-establish gradient for sidebar tab divider
This commit is contained in:
parent
acbf87657b
commit
8a763e9d83
1 changed files with 4 additions and 2 deletions
|
|
@ -82,8 +82,10 @@ canvas.tc-edit-bitmapeditor {
|
|||
text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
|
||||
}
|
||||
|
||||
.tc-sidebar-lists .tc-tab-divider {
|
||||
<<background-linear-gradient "left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.11) 250px">>
|
||||
.tc-sidebar-lists .tc-tab-set .tc-tab-divider {
|
||||
border-top: none;
|
||||
height: 1px;
|
||||
<<background-linear-gradient "left, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.0) 350px">>
|
||||
}
|
||||
|
||||
.tc-more-sidebar .tc-tab-buttons button {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue