Skip to content

Commit b71e3a3

Browse files
author
Flexicious
committed
extended mscb
1 parent d3d869b commit b71e3a3

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

src/styles/css/App.scss

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,39 @@
428428
.flexiciousGrid .multiSelectComboBoxPopup .hover{
429429
background:#CEDBEF;
430430
}
431+
432+
/*============multiselect TextInput=============*/
433+
434+
.flexiciousGrid .multiSelectComboBoxPopup .allClearOkCancelDiv {
435+
display:block;
436+
margin: 6px 0;
437+
border-top: 1px solid #555555;
438+
}
439+
440+
.flexiciousGrid .multiSelectComboBoxPopup .allClearOkCancel {
441+
442+
float: right;
443+
padding: 6px;
444+
}
445+
446+
.flexiciousGrid .multiSelectComboBoxPopup .allClearOkCancel .okButton,
447+
.flexiciousGrid .multiSelectComboBoxPopup .allClearOkCancel .cancelButton,
448+
.flexiciousGrid .multiSelectComboBoxPopup .allClearOkCancel .allButton,
449+
.flexiciousGrid .multiSelectComboBoxPopup .allClearOkCancel .clearButton {
450+
float: left;
451+
padding:2px;
452+
text-decoration: underline;
453+
cursor: pointer;
454+
display: block;
455+
width: auto;
456+
height: 100%;
457+
font-size: 14px;
458+
}
459+
460+
431461
/*=============numeric range box===================*/
432462

463+
433464
.flexiciousGrid .numericRangeBox {
434465
display:inline-block;
435466
}

0 commit comments

Comments
 (0)