* bug #13993, fix z-index for dropmenu of chosen.
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user