graphdb-workbench
Version:
The web application for GraphDB APIs
1 lines • 2.31 kB
CSS
.agent-select-menu{width:100%}.agent-select-menu .dropdown-toggle-btn{align-items:center;background-color:var(--base-background-color);border-color:var(--gw-neutral-base);color:inherit;display:flex;font-weight:unset;justify-content:space-between;overflow-x:hidden;width:100%}.agent-select-menu .dropdown-menu{background-color:var(--base-background-color);box-shadow:0 4px 8px rgba(0,0,0,.1);max-height:50vh;max-width:30vw;overflow-y:auto;width:auto}.agent-select-menu .dropdown-menu li{background-color:var(--base-background-color);padding-bottom:4px;padding-right:15px;padding-top:4px;white-space:nowrap}.agent-select-menu .dropdown-menu li.selected,.agent-select-menu .dropdown-menu li:hover{background-color:#f0f0f0}.agent-select-menu .incompatible-agent .agent-option,.agent-select-menu .incompatible-agent .agent-option .agent-name,.agent-select-menu .incompatible-agent .agent-option .repository-id{color:var(--gw-neutral-dark)}.agent-select-menu .dropdown-menu li.incompatible-agent .agent-option{cursor:not-allowed}.agent-select-menu .dropdown-menu li a{text-decoration:none}.agent-select-menu .agent-option,.agent-select-menu .selected-agent-option{align-items:center;display:flex;gap:.2em;overflow:hidden;width:100%}.agent-select-menu .agent-option{padding-left:10px;padding-right:10px;white-space:nowrap}.agent-select-menu .agent-option .agent-name,.agent-select-menu .agent-option .repository-id{color:var(--gw-secondary-base);font-weight:400}.agent-select-menu .agent-option .agent-name,.agent-select-menu .agent-option .repository-id,.agent-select-menu .selected-agent-option .agent-name,.agent-select-menu .selected-agent-option .repository-id{overflow:hidden;text-overflow:ellipsis}.agent-select-menu .agent-option .agent-name,.agent-select-menu .selected-agent-option .agent-name{flex:0 1 auto}.agent-select-menu .agent-option .repository-id,.agent-select-menu .selected-agent-option .repository-id{flex:0 1 50%;text-align:left}.agent-select-menu .agent-option .agent-with-deleted-repository,.agent-select-menu .selected-agent-option .agent-with-deleted-repository{flex:0 1 auto}.agent-select-menu .agent-option .model-name,.agent-select-menu .dropdown-toggle-btn .selected-agent-option .model-name{flex-shrink:0;margin-left:auto;text-align:right}.agent-select-menu .agent-menu-item{display:flex}