1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Fix colour of import button

This commit is contained in:
Jermolene 2014-08-02 21:37:46 +01:00
parent d5625ceaab
commit fead253e9c

View File

@ -896,7 +896,15 @@ canvas.tw-edit-bitmapeditor {
line-height: 1.4;
}
.tw-drop-down a:hover, .tw-drop-down button:hover {
.tw-drop-down .tw-file-input-wrapper {
width: 100%;
}
.tw-drop-down .tw-file-input-wrapper button {
color: <<colour foreground>>;
}
.tw-drop-down a:hover, .tw-drop-down button:hover, .tw-drop-down .tw-file-input-wrapper:hover button {
color: <<colour tiddler-link-background>>;
background-color: <<colour tiddler-link-foreground>>;
text-decoration: none;