1//##############################################################################
2// CMS PLACEHOLDERS
3
4.plugin-holder {
5    background: transparent url("../img/pluginlist-holder-bg.png") repeat-y !important;
6    h2 {
7        margin-bottom: 0 !important;
8    }
9    .plugin-list-holder {
10        width: 285px;
11        .text {
12            width: 240px;
13        }
14        ul.plugin-list li.active {
15            background: url("../img/bg-pattern-light.jpg") $gray-lighter repeat;
16            &:hover {
17                background: white url("../../cms/images/sitemap-li-bg.jpg") repeat-x 0 -100px;
18            }
19        }
20    }
21}
22.plugin-editor > iframe {
23    min-height: 600px;
24}
25