Skip to content

Commit

Permalink
refs #16320, update image file reference for CheckedMultiSelect
Browse files Browse the repository at this point in the history
  • Loading branch information
dylans committed Aug 2, 2014
1 parent c6ae501 commit a429a46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions form/resources/CheckedMultiSelect.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
.dojoxCheckedMultiSelect .dojoxCheckedMultiSelectWrapper {
border: solid black 1px;
margin: 1px 0;
overflow: scroll;
overflow-y: scroll;
overflow-x: hidden;
overflow: scroll;
overflow-y: scroll;
overflow-x: hidden;
height: 100px;
}

Expand Down Expand Up @@ -210,7 +210,7 @@
border: 1px solid #ffffff;
border-top: none;
background-color: #efefef;
background-image: url("../../../dijit/themes/claro/form/images/formHighlight.png");
background-image: url("../../../dijit/themes/claro/images/standardGradient.png");
background-repeat: repeat-x;
}

Expand Down

0 comments on commit a429a46

Please sign in to comment.