1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00

Fix sub-plugin dropdown display

This commit is contained in:
Jeremy Ruston 2019-09-25 21:56:54 +01:00
parent 92340d81cc
commit 58f1eb77bd

View File

@ -2084,6 +2084,11 @@ html body.tc-body.tc-single-tiddler-window {
background: rgba(255,255,0,0.05);
}
.tc-plugin-info-sub-plugins .tc-plugin-info-dropdown {
margin-left: 1em;
margin-right: 1em;
}
.tc-plugin-info-disabled {
background: -webkit-repeating-linear-gradient(45deg, #ff0, #ff0 10px, #eee 10px, #eee 20px);
background: repeating-linear-gradient(45deg, #ff0, #ff0 10px, #eee 10px, #eee 20px);