mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Fix sub-plugin dropdown display
This commit is contained in:
parent
92340d81cc
commit
58f1eb77bd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user