mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-06 02:37:14 +00:00
Slightly improved styling for plugins tab
This commit is contained in:
parent
0ea8cfb1de
commit
52d29ac0cf
@ -1304,6 +1304,11 @@ a.tc-tiddlylink.tc-plugin-info:hover {
|
||||
text-decoration: none;
|
||||
background-color: <<colour primary>>;
|
||||
color: <<colour background>>;
|
||||
fill: <<colour foreground>>;
|
||||
}
|
||||
|
||||
a.tc-tiddlylink.tc-plugin-info:hover svg {
|
||||
fill: <<colour foreground>>;
|
||||
}
|
||||
|
||||
.tc-plugin-info-chunk {
|
||||
@ -1311,13 +1316,10 @@ a.tc-tiddlylink.tc-plugin-info:hover {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.tc-plugin-info img {
|
||||
width: 3em;
|
||||
}
|
||||
|
||||
.tc-plugin-info svg {
|
||||
width: 3em;
|
||||
height: 3em;
|
||||
a.tc-plugin-info img, a.tc-plugin-info svg {
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
fill: <<colour muted-foreground>>;
|
||||
}
|
||||
|
||||
.tc-plugin-info-dropdown {
|
||||
|
Loading…
x
Reference in New Issue
Block a user