mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-01 08:16:55 +00:00
Switch to transparent colours for "more" sidebar tabs
Although falling short of the proposal in #1976, this change makes the sidebar tabs work much better with different colour page backgrounds and background images.
This commit is contained in:
parent
6b3dd1bb63
commit
0035a00463
@ -83,15 +83,15 @@ canvas.tc-edit-bitmapeditor {
|
||||
}
|
||||
|
||||
.tc-sidebar-lists .tc-tab-divider {
|
||||
<<background-linear-gradient "left, rgb(216,216,216) 0%, rgb(236,236,236) 250px">>
|
||||
<<background-linear-gradient "left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.11) 250px">>
|
||||
}
|
||||
|
||||
.tc-more-sidebar .tc-tab-buttons button {
|
||||
<<background-linear-gradient "left, rgb(236,236,236) 0%, rgb(224,224,224) 100%">>
|
||||
<<background-linear-gradient "left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.1) 100%">>
|
||||
}
|
||||
|
||||
.tc-more-sidebar .tc-tab-buttons button.tc-tab-selected {
|
||||
<<background-linear-gradient "left, rgb(236,236,236) 0%, rgb(248,248,248) 100%">>
|
||||
<<background-linear-gradient "left, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.05) 100%">>
|
||||
}
|
||||
|
||||
.tc-message-box img {
|
||||
|
Loading…
x
Reference in New Issue
Block a user