| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- .text-trigger-icon-form {
- background-repeat: no-repeat !important;
- background-position-y: 2px !important;
- background-position-x: 0 !important;
- background-image: url(../images/icons/text.png) !important;
- }
- .style-trigger-icon-form {
- background-repeat: no-repeat !important;
- background-position-y: 2px !important;
- background-position-x: 0 !important;
- background-image: url(../images/icons/style.png) !important;
- }
- .render-trigger-icon-form {
- background-repeat: no-repeat !important;
- background-position-y: 2px !important;
- background-position-x: 0 !important;
- background-image: url(../images/icons/render.png) !important;
- }
- .text-trigger-icon-grid {
- background-image: url(../images/icons/text.png) !important;
- }
- .style-trigger-icon-grid {
- background-image: url(../images/icons/style.png) !important;
- }
- .render-trigger-icon-grid {
- background-image: url(../images/icons/render.png) !important;
- }
- .save {
- background-image: url(../images/icons/save16x16.png) !important;
- }
- .delete {
- background-image: url(../images/icons/delete16x16.png) !important;
- }
- .legend-trigger-icon {
- background-repeat: no-repeat !important;
- background-position-y: 2px !important;
- background-position-x: 0 !important;
- background-image: url(../images/icons/legend.png) !important;
- }
- .colorpool-trigger-icon {
- background-repeat: no-repeat !important;
- background-position-y: 2px !important;
- background-position-x: 0 !important;
- background-image: url(../images/icons/colorpool.png) !important;
- }
- .x-info-icon {
- background-image: url(../images/icons/info.png) !important;
- }
- .pie-trigger-icon {
- background-repeat: no-repeat !important;
- background-position-y: 2px !important;
- background-position-x: 0 !important;
- background-image: url(../images/icons/pie-chart.png) !important;
- }
- .bar-trigger-icon {
- background-repeat: no-repeat !important;
- background-position-y: 2px !important;
- background-position-x: 0 !important;
- background-image: url(../images/icons/bar-chart.png) !important;
- }
- .line-trigger-icon {
- background-repeat: no-repeat !important;
- background-position-y: 2px !important;
- background-position-x: 0 !important;
- background-image: url(../images/icons/line-chart.png) !important;
- }
- .chartarea-trigger-icon {
- background-repeat: no-repeat !important;
- background-position-y: 2px !important;
- background-position-x: 0 !important;
- background-image: url(../images/icons/chart-area.png) !important;
- }
- .xaxis-trigger-icon {
- background-repeat: no-repeat !important;
- background-position-y: 2px !important;
- background-position-x: 0 !important;
- background-image: url(../images/icons/xaxis.png) !important;
- }
- .yaxis-trigger-icon {
- background-repeat: no-repeat !important;
- background-position-y: 2px !important;
- background-position-x: 0 !important;
- background-image: url(../images/icons/yaxis.png) !important;
- }
- .x-logo-item {
- width:100%;
- height:80px;
- padding:0 10px;
- opacity: .8;
- border-bottom: 1px solid #949494;
- }
- .x-logo-img {
- max-width: 100%;
- max-height: 60px;
- }
- .x-logo-img:HOVER {
- box-shadow: 0 0 7px 0px;
- }
- .x-logo-wrap .x-item-selected {
- color: blue;
- font-weight: bold;
- opacity: 1;
- }
|