* bug #13993, fix z-index for dropmenu of chosen.

This commit is contained in:
Hao Sun
2021-08-02 17:35:43 +08:00
parent 7f6170c77e
commit b6dbfeaedb
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -6,3 +6,5 @@
#pipelineBox {width: 385px;}
#svnDirBox .input-group {width: unset !important;}
#paramDiv .input-group {padding: 3px;}
.chosen-container .chosen-drop{z-index: 1100;} /* from c20b7e7a5 */
-2
View File
@@ -39,8 +39,6 @@ a.showMoreImage:hover {opacity: 1;}
#mainMenu .pull-right > .btn-group > .btn-icon {background: transparent;}
#mainMenu .pull-right > .btn-group > .btn-icon:hover {background: #fff;}
.chosen-container .chosen-drop{z-index: 1100;}
.table-actions .btn {background: #78bdf5; color: #fff; border-color: #78bdf5}
.table-actions > .btn-group:first-child > .btn:first-child {border-right: 1px solid rgba(255,255,255,0.2);}
.table-footer .checked+div .btn, .table-actions .btn:hover {background: #16a8f8; border-color: #16a8f8}