MFPanels / 1.11 / css / mfpanel.css
file last updated : 2023-11-07

/*! methodfish package release

 Project      : MFPanels
 Release      : 1.11
 Release date : 2023-11-07 16:12:41
 License      : MIT
 For more information please refer to https://methodfish.com/Projects/MFPanels

*/
.dragger-h {
    position: fixed;
    background-color: white;
    opacity:0.8;
    width: 4px;
    height:100%;
    cursor: col-resize;
    z-index: 2;
}
.dragger-v {
    position: fixed;
    background-color: white;
    opacity:0.8;
    width: 100%;
    height:4px;
    cursor: row-resize;
    z-index: 2;
}
.dragger-h-m {
    width:14px;
}
.dragger-v-m {
    height:14px;
}

About

License

Latest Release

Version 1.122024-05-08