1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Re-establish gradient for sidebar tab divider

This commit is contained in:
Jermolene 2015-10-07 20:45:14 +01:00
parent acbf87657b
commit 8a763e9d83

View File

@ -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 {