Path: blob/master/webroot/rsrc/css/phui/workboards/phui-workcard.css
12242 views
/**1* @provides phui-workcard-view-css2*/34.phui-workcard.phui-oi {5background-color: {$page.content};6border-radius: 3px;7margin-bottom: 8px;8border-left-width: 4px;9box-sizing: border-box;10}1112.phui-workcard .phui-oi-name {13padding-bottom: 4px;14}1516.phui-workcard .phui-oi-content {17margin-top: 0;18}1920.phui-workcard .phui-oi-frame {21border-top-right-radius: 3px;22border-bottom-right-radius: 3px;23border-color: {$thinblueborder};24border-bottom-color: {$lightblueborder};25}2627.phui-workcard.phui-oi .phui-oi-objname {28-webkit-touch-callout: text;29-webkit-user-select: text;30-khtml-user-select: text;31-moz-user-select: text;32-ms-user-select: text;33user-select: text;34}3536.phui-workcard .phui-oi-link {37white-space: normal;3839/* See T13413. This works around a Chrome 77 rendering engine freeze. */40word-wrap: normal;4142font-weight: normal;43color: {$blacktext};44margin-left: 2px;45}4647.phui-oi-disabled.phui-workcard {48background-color: rgba({$alphawhite},.67);49}5051.phui-oi-disabled.phui-workcard .phui-oi-link {52color: {$greytext};53}5455.device-desktop .phui-workcard .phui-oi-with-1-actions56.phui-oi-content-box {57margin-right: 0;58overflow: hidden;59}6061.phui-workcard .phui-oi-objname {62vertical-align: top;63}6465.device-desktop .phui-workcard .phui-list-item-icon {66display: none;67}6869.phui-workcard.phui-oi .phui-list-item-href {70height: 24px;71width: 24px;72}7374.device-desktop .phui-workcard.phui-oi:hover75.phui-list-item-href {76background: #fff;77opacity: .7;78}7980.device-desktop .phui-workcard.phui-oi81.phui-list-item-href:hover {82background: {$sh-bluebackground};83opacity: 1;84}8586.device-desktop .phui-workcard.draggable-card {87cursor: grab;88}8990.jx-dragging .phui-workcard.draggable-card {91cursor: grabbing;92}9394.device-desktop .phui-workcard.undraggable-card {95cursor: not-allowed;96}9798.device-desktop .phui-workcard.phui-oi.not-editable:hover {99background: {$sh-redbackground};100}101102.device-desktop .phui-workcard.phui-oi.not-editable:hover103.phui-list-item-href {104border-radius: 3px;105background: {$red};106}107108.device-desktop .phui-workcard.phui-oi.not-editable:hover109.phui-list-item-href .phui-icon-view {110color: #fff;111}112113.phui-workcard.phui-oi:hover .phui-list-item-icon {114display: block;115}116117.phui-workcard .phui-oi-attributes {118margin-right: 12px;119}120121.phui-workpanel-view .drag-ghost {122margin-bottom: 8px;123}124125.phui-workcard .phui-oi-cover-image {126display: block;127padding: 8px 8px 0 8px;128width: 263px;129}130131.phui-workcard.phui-oi.phui-workcard-upload-target {132background-color: {$sh-greenbackground};133}134135.phui-oi-list-view .phui-workcard:last-child {136margin-bottom: 0;137}138139.phui-workcard .phui-oi-attribute-spacer {140display: none;141}142143.phui-workcard .phui-workcard-points {144margin: 0 4px 2px 0;145display: inline-block;146}147148.phui-workcard .phui-oi-attribute {149display: inline;150}151152153/* - Draggable Colors --------------------------------------------------------*/154155.phui-workcard.phui-oi.drag-clone {156box-shadow: {$dropshadow};157background-color: {$sh-greybackground};158}159160.phui-workcard.phui-oi.drag-clone .phui-list-item-href {161display: none;162}163164.phui-workcard.drag-clone.phui-oi-bar-color-red {165background-color: {$sh-redbackground};166}167168.phui-workcard.drag-clone.phui-oi-bar-color-orange {169background-color: {$sh-orangebackground};170}171172.phui-workcard.drag-clone.phui-oi-bar-color-yellow {173background-color: {$sh-yellowbackground};174}175176.phui-workcard.drag-clone.phui-oi-bar-color-green {177background-color: {$sh-greenbackground};178}179180.phui-workcard.drag-clone.phui-oi-bar-color-blue {181background-color: {$sh-bluebackground};182}183184.phui-workcard.drag-clone.phui-oi-bar-color-indigo {185background-color: {$sh-indigobackground};186}187188.phui-workcard.drag-clone.phui-oi-bar-color-violet {189background-color: {$sh-violetbackground};190}191192.phui-workcard.drag-clone.phui-oi-bar-color-pink {193background-color: {$sh-pinkbackground};194}195196.phui-workcard.drag-clone.phui-oi-bar-color-sky {197background-color: {$sh-bluebackground};198}199200201