slicer.css 410 B

12345678910111213141516171819202122
  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. .x-panel-body,
  13. .x-window-body {
  14. background: transparent;
  15. }
  16. /* prevent focus outline from being sliced */
  17. .x-btn-wrap {
  18. outline: none !important;
  19. }