13037: Add hidden api_token to Composer button to skip extra login
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index 4112b22b8ce60b0c6beb2171c7f9d834ba09bbc9..8822d5c0a07c606370f6c056d8c6b429f1d9f39b 100644 (file)
@@ -330,4 +330,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;
+}