/ext-4.1.0_b3/examples/button/button.css
https://bitbucket.org/srogerf/javascript · CSS · 27 lines · 23 code · 3 blank · 1 comment · 0 complexity · 6544e59d4ce178ccef4bb53cfdd273ce MD5 · raw file
- h2 {
- color:#083772 !important;
- margin: 20px 0 0 !important;
- padding: 5px;
- background:#eee;
- width:400px;
- }
- h3 {
- font-weight:normal !important;
- margin:10px;
- }
- .x-btn {
- margin-left:10px;
- }
- /*buttons*/
- .x-btn-default-large .add {
- background-image: url(images/add.gif) !important;
- }
- .x-btn-default-small .add {
- background-image: url(images/add16.gif) !important;
- }
- .x-btn-default-medium .add {
- background-image: url(images/add24.gif) !important;
- }