1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-13 00:06:04 +00:00

Fixes for import button position

This commit is contained in:
Jermolene
2014-08-02 12:16:14 +01:00
parent bdd33be001
commit bf39a45fc0
3 changed files with 11 additions and 4 deletions

View File

@@ -270,8 +270,9 @@ button svg, button img {
color: <<colour foreground>>;
}
.tw-sidebar-lists button.btn {
.tw-sidebar-lists button {
color: <<colour sidebar-button-foreground>>;
fill: <<colour sidebar-button-foreground>>;
}
.tw-sidebar-lists button.btn-mini {
@@ -534,6 +535,11 @@ button svg.tw-image-button, button .tw-image-button img {
border-bottom: 1px solid <<colour tiddler-info-border>>;
}
.tw-tiddler-info p {
margin-top: 3px;
margin-bottom: 3px;
}
.tw-tiddler-info .tw-tab-buttons button.tw-tab-selected {
background-color: <<colour tiddler-info-tab-background>>;
border-bottom: 1px solid <<colour tiddler-info-tab-background>>;
@@ -1360,6 +1366,8 @@ body.tw-dirty span.tw-dirty-indicator, body.tw-dirty span.tw-dirty-indicator svg
.tw-file-input-wrapper {
position: relative;
overflow: hidden;
display: inline-block;
vertical-align: middle;
}
.tw-file-input-wrapper input[type=file] {