forked from ATIX-AG/foreman
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #16286 - Move multiselect from gem to npm
- Loading branch information
Showing
11 changed files
with
41 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
.ms-container{ | ||
width: 520px; | ||
|
||
.ms-list{ | ||
border-radius: 0; | ||
} | ||
|
||
.ms-selectable li.ms-elem-selectable, | ||
.ms-selection li.ms-elem-selection{ | ||
padding: 5px 10px; | ||
font-size: 12px; | ||
} | ||
|
||
.ms-header{ | ||
padding: 4px 10px; | ||
border: 1px solid #d1d1d1; | ||
background-clip: padding-box; | ||
background: linear-gradient(to bottom, #f9f9f9, #ededed); | ||
.ms-filter{ | ||
width: 140px; | ||
height: 20px; | ||
display: inline; | ||
} | ||
} | ||
|
||
.ms-select-all,.ms-select-all:hover,.ms-deselect-all,.ms-deselect-all:hover{ | ||
text-decoration: none; | ||
margin-top: 3px !important; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
require('multiselect'); | ||
require('multiselect/css/multi-select.css'); |