]> git.proxmox.com Git - extjs.git/blame - extjs/classic/theme-base/sass/example/slicer.css
add extjs 6.0.1 sources
[extjs.git] / extjs / classic / theme-base / sass / example / slicer.css
CommitLineData
6527f429
DM
1.widget-container {\r
2 margin: 10px;\r
3 width: 400px;\r
4 position: relative;\r
5 overflow: visible;\r
6}\r
7\r
8.x-slicer-target,\r
9.x-slicer-target * {\r
10 opacity: 1;\r
11}\r
12\r
13/* ensure body does not overlap the rounded corners of framed panel/window when slicing */\r
14.x-panel-body,\r
15.x-window-body {\r
16 background: transparent;\r
17}\r
18\r
19/* prevent focus outline from being sliced */\r
20.x-btn-wrap {\r
21 outline: none !important;\r
22}