73 lines
1.8 KiB
CSS
73 lines
1.8 KiB
CSS
.tab-icon {
|
|
background-image: url(../images/silk/plugin.gif ) !important;
|
|
}
|
|
|
|
.tree_bg .x-panel-body{background-color:#fff;background:transparent url(../images/main/tree_bg.jpg) !important}
|
|
|
|
.editorGrid-cell-input{background:transparent url(../images/default/grid/cellInput.gif) no-repeat 0 0;}
|
|
/*
|
|
.base-tree-icon {
|
|
background-image: url(../images/icon/top_menu_1.gif ) !important;
|
|
}
|
|
.receiving-tree-icon {
|
|
background-image: url(../images/icon/top_menu_2.gif ) !important;
|
|
}
|
|
.inventory-tree-icon {
|
|
background-image: url(../images/icon/top_menu_3.gif ) !important;
|
|
}
|
|
.count-tree-icon {
|
|
background-image: url(../images/icon/top_menu_4.gif ) !important;
|
|
}
|
|
.shipping-tree-icon {
|
|
background-image: url(../images/icon/top_menu_5.gif ) !important;
|
|
}
|
|
.report-tree-icon {
|
|
background-image: url(../images/icon/top_menu_6.gif ) !important;
|
|
}
|
|
.security-tree-icon {
|
|
background-image: url(../images/icon/top_menu_7.gif ) !important;
|
|
}
|
|
*/
|
|
.root-tree-icon {
|
|
background-image: url( ../images/silk/chart_organisation.gif ) !important;
|
|
}
|
|
.first-tree-icon {
|
|
background-image: url( ../images/silk/report.gif ) !important;
|
|
}
|
|
.gwt-DialogBox {
|
|
border: 0px outset;
|
|
overflow:auto;
|
|
z-index:10;
|
|
}
|
|
.datepickerPopup{
|
|
z-index:12500;
|
|
}
|
|
.energy-popupbg{
|
|
z-index:10;
|
|
overflow:auto;
|
|
}
|
|
.popup_title {
|
|
padding-top: 8px;
|
|
background: url(../images/popup_titlebar_icon.gif) no-repeat left bottom;
|
|
text-indent:23px;
|
|
}
|
|
.query_panel{
|
|
background-color:white;
|
|
border-left:1px solid #99bbe8;
|
|
border-right:1px solid #99bbe8;
|
|
border-bottom:1px solid #99bbe8;
|
|
}
|
|
.gwt-DialogBox .Bottom {
|
|
height: 24px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
font-weight: normal;
|
|
font-color:red;
|
|
cursor: default;
|
|
text-align:left;
|
|
background: url(../images/popup_bottom_bg.jpg) no-repeat center center;
|
|
width:100%;
|
|
white-space:nowrap;
|
|
}
|
|
|