Skip to content

Commit

Permalink
Merge pull request sakaiproject#685 from whumph/SAK-29540
Browse files Browse the repository at this point in the history
SAK-29540 Improve discoverability of To and BCC name lookup in Messages tool
  • Loading branch information
ottenhoff committed Jul 29, 2015
2 parents 7b97a5d + 304756c commit e4e6403
Show file tree
Hide file tree
Showing 11 changed files with 463 additions and 634 deletions.
17 changes: 17 additions & 0 deletions msgcntr/messageforums-app/src/webapp/css/messages.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*Add pointer cursor to multi-select box when nothing is selected
https://github.com/select2/select2/issues/167
*/
.select2-container--default .select2-selection--multiple:before {
content: ' ';
display: block;
position: absolute;
border-color: #888 transparent transparent transparent;
border-style: solid;border-width: 5px 4px 0 4px;
height: 0;
right: 6px;
margin-left: -4px;
margin-top: -2px;
top: 50%;
width: 0;
cursor: pointer
}
Loading

0 comments on commit e4e6403

Please sign in to comment.