Path: blob/master/webroot/rsrc/css/application/conpherence/participant-pane.css
13462 views
/**1* @provides conpherence-participant-pane-css2*/34.conpherence-participant-pane {5position: fixed;6right: 0px;7top: 106px;8bottom: 0;9width: 240px;10border-width: 0 0 0 1px;11border-color: {$thinblueborder};12border-style: solid;13overflow-y: auto;14-webkit-overflow-scrolling: touch;15}1617.device-phone .conpherence-participant-pane {18background-color: {$page.background};19}2021.conpherence-participant-pane .aphront-form-input {22margin: 0;23width: 100%;24}2526.conpherence-participant-pane .aphront-form-inset {27border: 0;28}2930.conpherence-participant-pane .widgets-header.phui-header-shell {31padding: 8px 12px 6px;32border: none;33}3435.conpherence-participant-pane .widgets-header .phui-header-header {36font-size: {$biggerfontsize};37}3839.conpherence-participant-pane .widgets-header .phui-icon-view.disabled {40color: {$lightgreytext};41}4243.conpherence-participant-pane .widgets-body {44position: fixed;45overflow-y: auto;46bottom: 0;47top: 105px;48width: 240px;49}5051.conpherence-participant-pane .person-entry {52padding: 4px 8px 4px 12px;53}5455.conpherence-participant-pane .person-entry:hover {56background-color: {$lightgreybackground};57}5859.conpherence-participant-pane .person-entry a {60float: left;61line-height: 22px;62color: {$bluetext};63font-weight: bold;64}6566.conpherence-participant-pane .person-entry:hover a {67color: {$blacktext};68}6970.conpherence-participant-pane .person-entry a img {71height: 24px;72width: 24px;73border-radius: 3px;74}7576.conpherence-participant-pane .person-entry .pic {77float: left;78width: 30px;79}8081.conpherence-participant-pane .person-entry .remove {82float: right;83width: 20px;84height: 20px;85font-size: 18px;86}8788.person-entry .remove:hover .phui-icon-view {89color: {$red};90}9192.conpherence-participant-pane .person-entry .remove:hover {93text-decoration: none;94}9596.conpherence-participant-pane .person-entry .remove .close-icon {97color: #bfbfbf;98}99100.conpherence-participant-pane .person-entry .remove:hover .close-icon {101color: {$blacktext};102}103104/****** Hide Widgets **********************************************************/105106.hide-widgets .conpherence-participant-pane {107display: none;108}109110.hide-widgets .conpherence-message-pane,111.hide-widgets .loading .messages-loading-mask,112.hide-widgets .loading .messages-loading-icon,113.hide-widgets .conpherence-no-threads,114.hide-widgets .conpherence-message-pane .conpherence-messages,115.hide-widgets .conpherence-message-pane .phui-form-view {116right: 0;117}118119120