Форк Rambox
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
410 B

.widget-container {
margin: 10px;
width: 400px;
position: relative;
overflow: visible;
}
.x-slicer-target,
.x-slicer-target * {
opacity: 1;
}
/* ensure body does not overlap the rounded corners of framed panel/window when slicing */
.x-panel-body,
.x-window-body {
background: transparent;
}
/* prevent focus outline from being sliced */
.x-btn-wrap {
outline: none !important;
}