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

Fix broken tiddler control icon colours

This commit is contained in:
Jermolene 2013-11-27 12:30:22 +00:00
parent f534d98e8b
commit 384ab80c42

View File

@ -72,27 +72,27 @@ svg.tw-image-save-button {
fill: #0e90d2; /* Light blue */
}
svg.tw-image-info-button {
.tw-tiddler-controls button svg.tw-image-info-button {
fill: #0e90d2; /* Light blue */
}
svg.tw-image-edit-button {
.tw-tiddler-controls button svg.tw-image-edit-button {
fill: rgb(243, 123, 29); /* Orange */
}
svg.tw-image-close-button {
.tw-tiddler-controls button svg.tw-image-close-button {
fill: #dd514c; /* Red */
}
svg.tw-image-delete-button {
.tw-tiddler-controls button svg.tw-image-delete-button {
fill: #dd514c; /* Red */
}
svg.tw-image-cancel-button {
.tw-tiddler-controls button svg.tw-image-cancel-button {
fill: rgb(243, 123, 29); /* Orange */
}
svg.tw-image-done-button {
.tw-tiddler-controls button svg.tw-image-done-button {
fill: #5eb95e; /* Green */
}