]> git.proxmox.com Git - extjs.git/blame - extjs/build/examples/classic/toolbar/toolbar.css
add extjs 6.0.1 sources
[extjs.git] / extjs / build / examples / classic / toolbar / toolbar.css
CommitLineData
6527f429
DM
1#container {\r
2 width:600px;\r
3 height:400px;\r
4 border:3px solid #c3daf9;\r
5}\r
6\r
7.add {\r
8 background-image: url( images/add.gif ) !important;\r
9}\r
10.add16 {\r
11 background-image: url( images/add16.gif ) !important;\r
12}\r
13.add24 {\r
14 background-image: url( images/add24.gif ) !important;\r
15}\r
16.remove {\r
17 background-image: url( ../menu/images/delete.gif ) !important;\r
18}\r
19.edit {\r
20 background-image: url( ../menu/images/edit.gif ) !important;\r
21}\r
22.find {\r
23 background-image: url( ../menu/images/find.gif ) !important;\r
24}\r
25.view {\r
26 background-image: url( ../menu/images/view.gif ) !important;\r
27}\r
28.money-up {\r
29 background-image: url( images/money_add.png ) !important;\r
30}\r
31.money-down {\r
32 background-image: url( images/money_delete.png ) !important;\r
33}\r
34\r
35.btn-panel td {\r
36 padding-left:5px;\r
37}\r
38\r
39h2 {\r
40 color:#083772 !important;\r
41 margin: 20px 0 0 !important;\r
42 padding: 5px;\r
43 background:#eee;\r
44 width:400px;\r
45}\r
46\r
47h3 {\r
48 font-weight:normal !important;\r
49}\r
50\r
51.company {\r
52 float: left;\r
53 width: 179px;\r
54 height: 30px;\r
55 margin: 5px;\r
56 padding: 5px;\r
57 cursor: pointer;\r
58}\r
59\r
60.company h3 {\r
61 font-weight: bold !important;\r
62}\r
63\r
64.company .up {\r
65 color: green;\r
66}\r
67\r
68.company .down {\r
69 color: red;\r
70}\r
71\r
72.company.x-view-selected {\r
73 background-color: #efefef;\r
74}