X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ba15fa5da21f4bafd3f90a8d259ea2aae764c77e..2e1f0679f116ac77e74dfdc8b1af18f3a633b143:/apps/workbench/app/assets/stylesheets/application.css.scss diff --git a/apps/workbench/app/assets/stylesheets/application.css.scss b/apps/workbench/app/assets/stylesheets/application.css.scss index 4112b22b8c..1f21c39729 100644 --- a/apps/workbench/app/assets/stylesheets/application.css.scss +++ b/apps/workbench/app/assets/stylesheets/application.css.scss @@ -13,13 +13,15 @@ * compiled file, but it's generally better to create a new file per style scope. * *= require_self - *= require bootstrap *= require bootstrap3-editable/bootstrap-editable *= require morris *= require awesomplete *= require_tree . */ +@import "bootstrap-sprockets"; +@import "bootstrap"; + .contain-align-left { text-align: left; } @@ -330,4 +332,24 @@ div.awesomplete { .awesomplete > ul { max-height: 410px; overflow-y: auto; -} \ No newline at end of file +} + +.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; +}