diff options
Diffstat (limited to 'html/Snappy.theme/snappy.css')
-rw-r--r-- | html/Snappy.theme/snappy.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/html/Snappy.theme/snappy.css b/html/Snappy.theme/snappy.css index 6cbe6633..0c11ff64 100644 --- a/html/Snappy.theme/snappy.css +++ b/html/Snappy.theme/snappy.css @@ -352,6 +352,16 @@ div#style-menu-holder { list-style: none; } +#synopsis .caption.expander, +#synopsis .caption.collapser { + background: inherit; +} + +#synopsis ul.hide { + display: inherit; +} + + #synopsis .src, .instances .src { background-color: #FAFAFA; |