slicer.css 319 B

1234567891011121314151617
  1. .widget-container {
  2. margin: 10px;
  3. width: 400px;
  4. position: relative;
  5. overflow: visible;
  6. }
  7. .x-slicer-target,
  8. .x-slicer-target * {
  9. opacity: 1;
  10. }
  11. /* ensure body does not overlap the rounded corners of framed panel/window when slicing */
  12. .x5-panel-body,
  13. .x5-window-body {
  14. background: transparent;
  15. }