mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 06:44:47 +00:00
Fix sub-plugin dropdown display
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user