]> git.proxmox.com Git - extjs.git/blame - extjs/build/examples/classic/simple-widgets/progress-bar.css
add extjs 6.0.1 sources
[extjs.git] / extjs / build / examples / classic / simple-widgets / progress-bar.css
CommitLineData
6527f429
DM
1.status {\r
2 color:#555;\r
3}\r
4\r
5.left-align .x-progress-text {\r
6 text-align: left !important;\r
7 padding-left: 5px;\r
8}\r
9\r
10.x-progress.custom {\r
11 height: 19px;\r
12 border: 1px solid #686868;\r
13 padding: 0 2px 0 2px;\r
14}\r
15\r
16.ext-strict .x-progress.custom {\r
17 height: 17px;\r
18}\r
19\r
20.custom .x-progress-bar {\r
21 height: 17px;\r
22 border: none;\r
23 border-top: 1px solid #fff;\r
24 background: transparent url(images/custom-bar.gif) repeat-x !important;\r
25}\r
26\r
27.ext-strict .custom .x-progress-bar {\r
28 height: 15px;\r
29}\r