Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/workboards/phui-workpanel.css
| Show First 20 Lines • Show All 231 Lines • ▼ Show 20 Lines | @keyframes workboard-drop-preview-fade-out { | ||||
| 0% { | 0% { | ||||
| opacity: 1; | opacity: 1; | ||||
| } | } | ||||
| 100% { | 100% { | ||||
| opacity: 0.25; | opacity: 0.25; | ||||
| } | } | ||||
| } | } | ||||
| .phui-workpanel-view .phui-header-action-item a.phui-icon-view { | |||||
| width: 24px; | |||||
| height: 24px; | |||||
| line-height: 24px; | |||||
| text-align: center; | |||||
| border-radius: 3px; | |||||
| box-shadow: inset -1px -1px 2px rgba(0, 0, 0, 0.05); | |||||
| border: 1px solid {$lightgreyborder}; | |||||
| background: {$lightgreybackground}; | |||||
| } | |||||
| .phui-workpanel-view .phui-header-action-item .phui-tag-view { | |||||
| line-height: 24px; | |||||
| } | |||||