/* Toolbars with select box to change panel contents*/
.panel-toolbar {
- position: absolute;
- top: 0px; left:0px; right: 0px; height: 20px;
+ position: absolute;
+ top: 0px; left:0px; right: 0px; height: 20px;
padding: 0 0 2px 0;
border-top: 1px solid #AAA;
.panel-wrap .panel-slider:hover {
background-color: #999;
- cursor: col-resize;
+ cursor: hand;
}
.panel-content-overlay.panel-wrap .panel-slider {
/* ================= */
/* = Gallery panel = */
/* ================= */
-.images-wrap, .htmleditor {
+.images-wrap, .panel-htmleditor {
overflow-x: hidden;
overflow-y: scroll;
}