1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-06 02:37:14 +00:00

Merge bd6a3b258a54b2c803dd370b2f541319a39c493c into 961e74f73d230d0028efb586db07699120eac888

This commit is contained in:
Mario Pietsch 2025-04-04 15:00:28 +02:00 committed by GitHub
commit ce79e767b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -733,21 +733,35 @@ button svg.tc-image-button, button .tc-image-button img {
.tc-unfold-banner {
position: absolute;
padding: 0;
margin: 0;
padding: .1em 0 .1em 0;
margin-top: 4px;
margin-left: -43px;
background: none;
border: none;
width: 100%;
width: 100%; /* for old browsers which can not handle calc() */
width: calc(100% + 2px);
margin-left: -43px;
text-align: center;
border-top: 2px solid <<colour tiddler-info-background>>;
margin-top: 4px;
border-top: 1px solid <<colour tiddler-info-background>>;
border-bottom: 1px solid <<colour tiddler-info-background>>;
}
.tc-unfold-banner .tc-image-button {
outline: 2px solid <<colour tiddler-controls-foreground>>;
min-width: 1.7em;
min-height: 1.7em;
padding: .3em;
border-radius: 50%;
}
.tc-unfold-banner:hover .tc-image-button {
outline-color: <<colour tiddler-controls-foreground-hover>>;
}
.tc-unfold-banner:hover {
background: <<colour tiddler-info-background>>;
border-top: 2px solid <<colour tiddler-info-border>>;
border-bottom: 2px solid <<colour tiddler-info-border>>;
}
.tc-unfold-banner svg, .tc-fold-banner svg {