1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-11 15:26:05 +00:00

Clearer current selection for language and storyview

This commit is contained in:
Jermolene
2014-08-01 22:07:07 +01:00
parent 9774c763b1
commit 5291f33c84
3 changed files with 18 additions and 1 deletions

View File

@@ -896,6 +896,11 @@ canvas.tw-edit-bitmapeditor {
border-bottom: 1px solid <<colour dropdown-tab-background-selected>>;
}
.tw-drop-down-bullet {
display: inline-block;
width: 0.5em;
}
.tw-drop-down .tw-tab-contents a {
padding: 0 0.5em 0 0.5em;
}