1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-09 22:36:05 +00:00

Add 'more' toolbar button

This commit is contained in:
Jermolene
2014-07-28 11:29:06 +01:00
parent 497d9812c8
commit ad4db0de97
4 changed files with 53 additions and 7 deletions

View File

@@ -276,6 +276,7 @@ a.tw-tiddlylink-external:hover {
.tw-image-button {
height: 1em;
width: 1em;
}
/*
@@ -392,6 +393,11 @@ a.tw-tiddlylink-external:hover {
.tw-page-controls {
margin-top: 14px;
font-size: 1.5em;
}
.tw-page-controls button {
margin-right: 0.5em;
}
.tw-page-controls a.tw-tiddlylink:hover {
@@ -399,9 +405,6 @@ a.tw-tiddlylink-external:hover {
}
.tw-page-controls svg {
height: 1.75em;
min-width: 1px;
padding-right: 0.5em;
fill: <<colour sidebar-controls-foreground>>;
}
@@ -603,8 +606,11 @@ a.tw-tiddlylink-external:hover {
float: right;
}
.tw-tiddler-controls .tw-drop-down {
font-size: 0.6em;
}
.tw-tiddler-controls button {
margin: 0 0 0 5px;
vertical-align: baseline;
}
@@ -844,16 +850,26 @@ canvas.tw-edit-bitmapeditor {
white-space: nowrap;
}
.tw-drop-down button svg {
fill: <<colour foreground>>;
}
.tw-drop-down button.btn-invisible:hover svg {
fill: <<colour foreground>>;
}
.tw-drop-down p {
padding: 0 14px 0 14px;
}
.tw-drop-down a {
.tw-drop-down a, .tw-drop-down button {
display: block;
padding: 0 14px 0 14px;
width: 100%;
text-align: left;
}
.tw-drop-down a:hover {
.tw-drop-down a:hover, .tw-drop-down button:hover {
color: <<colour tiddler-link-background>>;
background-color: <<colour tiddler-link-foreground>>;
text-decoration: none;