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

Rename "btn-invisible" class to "tc-btn-invisible"

Part of #764
This commit is contained in:
Jermolene
2014-08-28 17:28:32 +01:00
parent e939a00be5
commit d0cbd34bf9
25 changed files with 39 additions and 39 deletions

View File

@@ -247,7 +247,7 @@ button svg, button img {
vertical-align: middle;
}
.btn-invisible {
.tc-btn-invisible {
padding: 0;
margin: 0;
background: none;
@@ -642,7 +642,7 @@ button.tw-tag-label, span.tw-tag-label {
fill: <<colour tiddler-controls-foreground-selected>>;
}
.tw-tiddler-controls button.btn-invisible:hover svg {
.tw-tiddler-controls button.tc-btn-invisible:hover svg {
fill: <<colour tiddler-controls-foreground-hover>>;
}
@@ -879,7 +879,7 @@ canvas.tw-edit-bitmapeditor {
fill: <<colour foreground>>;
}
.tw-drop-down button.btn-invisible:hover svg {
.tw-drop-down button.tc-btn-invisible:hover svg {
fill: <<colour foreground>>;
}