-
Notifications
You must be signed in to change notification settings - Fork 674
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SOLR-12276: Revert changes back to the state according to the comment.
- Loading branch information
1 parent
e4a72fd
commit 2560326
Showing
336 changed files
with
368 additions
and
368 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
File renamed without changes.
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 |
---|---|---|
|
@@ -118,7 +118,7 @@ | |
display: block; | ||
width: 12px; | ||
height: 12px; | ||
background: url("../../../solrUi/src/assets/chosen-sprite.png") -42px 1px no-repeat; | ||
background: url("../../img/chosen-sprite.png") -42px 1px no-repeat; | ||
font-size: 1px; | ||
} | ||
|
||
|
@@ -143,7 +143,7 @@ | |
display: block; | ||
width: 100%; | ||
height: 100%; | ||
background: url("../../../solrUi/src/assets/chosen-sprite.png") no-repeat 0px 2px; | ||
background: url("../../img/chosen-sprite.png") no-repeat 0px 2px; | ||
} | ||
|
||
.chosen-container-single .chosen-search { | ||
|
@@ -161,7 +161,7 @@ | |
height: auto; | ||
outline: 0; | ||
border: 1px solid #aaa; | ||
background: url("../../../solrUi/src/assets/chosen-sprite.png") no-repeat 100% -20px; | ||
background: url("../../img/chosen-sprite.png") no-repeat 100% -20px; | ||
font-size: 1em; | ||
font-family: sans-serif; | ||
line-height: normal; | ||
|
@@ -319,7 +319,7 @@ | |
display: block; | ||
width: 12px; | ||
height: 12px; | ||
background: url("../../../solrUi/src/assets/chosen-sprite.png") -42px 1px no-repeat; | ||
background: url("../../img/chosen-sprite.png") -42px 1px no-repeat; | ||
font-size: 1px; | ||
} | ||
|
||
|
@@ -472,7 +472,7 @@ | |
|
||
.chosen-rtl .chosen-search input[type="text"] { | ||
padding: 4px 5px 4px 20px; | ||
background: url("../../../solrUi/src/assets/chosen-sprite.png") no-repeat -30px -20px; | ||
background: url("../../img/chosen-sprite.png") no-repeat -30px -20px; | ||
direction: rtl; | ||
} | ||
|
||
|
@@ -494,7 +494,7 @@ | |
.chosen-container-multi .chosen-choices .search-choice .search-choice-close, | ||
.chosen-container .chosen-results-scroll-down span, | ||
.chosen-container .chosen-results-scroll-up span { | ||
background-image: url("../../../solrUi/src/assets/[email protected]") !important; | ||
background-image: url("../../img/[email protected]") !important; | ||
background-size: 52px 37px !important; | ||
background-repeat: no-repeat !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
Oops, something went wrong.