Path: blob/master/webroot/rsrc/css/application/objectselector/object-selector.css
12242 views
/**1* @provides phabricator-object-selector-css2* @requires aphront-dialog-view-css3*/45.device-desktop .phabricator-object-selector-dialog {6width: 860px;7}89.phabricator-object-selector-dialog .aphront-dialog-body {10padding: 0 12px;11}1213.phabricator-object-selector-search {14width: 100%;15background: {$lightbluebackground};16border-bottom: 1px solid {$thinblueborder};17}1819.phabricator-object-selector-search td {20padding: 4px 8px;21vertical-align: middle;22}2324td.phabricator-object-selector-search-text {25width: 100%;26}2728.phabricator-object-selector-row:hover {29background-color: {$hoverblue};30}3132.phabricator-object-selector-row:hover a {33text-decoration: none;34color: {$blacktext};35}3637.phabricator-object-selector-search-text input {38width: 100%;39border-radius: 14px;40padding: 4px 8px;41height: 26px;42margin: 2px 0;43}4445.phabricator-object-selector-popicon {46display: inline-block;47margin-top: 4px;48}4950.phabricator-object-selector-results {51position: relative;52height: 24em;53overflow-y: scroll;54overflow-x: hidden;55}5657.phabricator-object-selector-handle {58width: 100%;59}6061.phabricator-object-selector-handle + .phabricator-object-selector-handle {62border-top: 1px solid {$thinblueborder};63}6465.phabricator-object-selector-handle td {66padding: 4px 8px;67}6869.phabricator-object-selector-handle th {70font-weight: bold;71vertical-align: middle;72width: 100%;73overflow: hidden;74}7576.phabricator-object-selector-handle th a {77display: block;78padding: 4px 0;79}8081.phabricator-object-selector-header {82font-weight: bold;83text-transform: uppercase;84color: {$darkbluetext};85background-color: {$lightgreybackground};86border-bottom: 1px solid {$thinblueborder};87padding: 6px 8px;88}8990.phabricator-object-selector-attach-explicit {91padding: 4px;92background: {$lightgreybackground};93border: solid {$blueborder};94border-width: 1px 0px;95}9697.phabricator-object-selector-current {98border-top: 1px solid {$thinblueborder};99}100101.object-selector-nothing {102padding: 1em;103color: {$lightgreytext};104text-align: center;105}106107.phabricator-object-selector-instructions {108font-size: {$smallestfontsize};109color: {$greytext};110margin-top: 1.25em;111}112113114