/* 1 define color */ /*white*/ @color-white: #FFFFF; /*gray*/ @color-gray-79: #797979; @color-gray-cd: #CDCDCD; @color-gray-99: #999999; /*gray*/ @color-light-gray: #F2F2F2; @color-light-gray-f2: #F2F2F2; /*gray tr even background-color*/ @color-light-gray-f3: #F3F3F3; /*gray*/ @color-light-gray-e4: #E4E4E4; @color-light-gray-d4: #D4D4D4; @color-light-gray-d9: #D9D9D9; @color-graya9: #A9A9A9; @color-gray88: #888888; @color-light-gray-91: #919191; /*orange:business-unit tr selected*/ @color-light-orange: #FED5A9; @color-tr-selected-background: #FED5A9; /* org view ui color deep*/ @color-orange: #FDB37F; @color-purple: #CE97D7; @color-pink: #FEBDD3; @color-gray-a3: #A3A3A3; /* org view ui color light*/ @color-orange0: #FEDEBB; @color-purple0: #F3DEF0; @color-pink0: #FDE3F7; @color-orange1: #E69E77; @color-orange2: #F29400; @color-orange3: #e64400; @color-orange4: #F74C34; @color-orange5: #DC6A1A; @color-purple1: #D09BD8; @color-green1: #B0DC56; @color-green-ext2: #CFD7AA; @color-rose-red: #D67C75; @color-error: #a94442; @color-blue-ext0: #B7B7DB; @color-black-ext0: #282828; /* 红色系列 */ @color-red-ext0: #D04A02; @color-red-ext1: #DB6942; /* 橙色系列 PWC标准色 */ @color-orange-primary: #eb8c00; @color-orange-deep: #dc6900; @role-color1: #E08656; @role-color2: #B54D34; @disable-font-color: #333333; //add highlight color when perform some important action, like delete .highlight-tag { color: #ed6e3c !important; } .no-permission { cursor: not-allowed; color: @disable-font-color; a { cursor: not-allowed; color: @disable-font-color; text-decoration: none; } } .ellipsis { white-space: nowrap !important; -ms-text-overflow: ellipsis !important; -o-text-overflow: ellipsis !important; text-overflow: ellipsis !important; overflow-x: hidden !important; } @color-dxtreeview-item-selected:#f16100; /*dx 控件颜色设置*/ .dx-treeview .dx-treeview-node:not(dx-treeview-item-with-checkbox).dx-state-focused > .dx-treeview-item { background-color: @color-dxtreeview-item-selected !important; } .dx-treeview .dx-treeview-node:not(.dx-treeview-item-with-checkbox).dx-state-selected > .dx-treeview-item { background-color: @color-dxtreeview-item-selected !important; color:#fff; }