]> git.proxmox.com Git - extjs.git/blob - extjs/packages/charts/sass/example/theme.html
add extjs 6.0.1 sources
[extjs.git] / extjs / packages / charts / sass / example / theme.html
1 <!DOCTYPE html>
2 <!--
3 Copyright (c) 2012-2013. Sencha Inc.
4 -->
5 <html>
6 <head>
7 <title>Ext JS Theme Harness</title>
8 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
10
11 <!--
12 Load all required links and scripts
13 -->
14 <link rel="stylesheet" type="text/css" href="example.css" />
15 <script type="text/javascript" src="bootstrap.js"></script>
16
17 <style>
18 .widget-container {
19 margin: 10px;
20 width: 400px;
21 position: relative;
22 overflow: visible;
23 }
24
25 .x-slicer-target,
26 .x-slicer-target * {
27 opacity: 1;
28 }
29
30 /* ensure body does not overlap the rounded corners of framed panel/window when slicing */
31 .x-panel-body,
32 .x-window-body {
33 background: transparent;
34 }
35 </style>
36 </head>
37 <body></body>
38 </html>