X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/47e59a35d5ed9b2cdb052894d741972324058505..2128e03298979fd9aa01365464c7390be5a90c8f:/apps/workbench/app/assets/stylesheets/application.css.scss?ds=inline diff --git a/apps/workbench/app/assets/stylesheets/application.css.scss b/apps/workbench/app/assets/stylesheets/application.css.scss index b0c0100161..8822d5c0a0 100644 --- a/apps/workbench/app/assets/stylesheets/application.css.scss +++ b/apps/workbench/app/assets/stylesheets/application.css.scss @@ -16,8 +16,7 @@ *= require bootstrap *= require bootstrap3-editable/bootstrap-editable *= require morris - *= require selectize - *= require selectize.default + *= require awesomplete *= require_tree . */ @@ -322,3 +321,33 @@ ul.nav.nav-tabs { { width: 98%!important; } + +/* Needed for awesomplete to play nice with bootstrap */ +div.awesomplete { + display: block; +} +/* Makes awesomplete listings to be scrollable */ +.awesomplete > ul { + max-height: 410px; + overflow-y: auto; +} + +.dropdown-menu > li > form > button { + display: block; + padding: 3px 20px; + clear: both; + font-weight: normal; + line-height: 1.428571429; + color: #333333; + white-space: nowrap; + cursor: pointer; + text-decoration: none; + background: transparent; + border-style: none; +} + +.dropdown-menu > li > form > button:hover { + text-decoration: none; + color: #262626; + background-color: #f5f5f5; +}