Skip to content

Commit

Permalink
Item12116: fixed css
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Apr 9, 2015
1 parent 190dec5 commit 0fd55bc
Showing 1 changed file with 9 additions and 23 deletions.
32 changes: 9 additions & 23 deletions pub/System/JQSelect2Contrib/jquery.select2.uncompressed.css
Expand Up @@ -302,6 +302,11 @@ Version: 3.2 Timestamp: Mon Sep 10 10:38:04 PDT 2012
cursor: pointer;
}

.select2-results .select2-result-label .image-item {
background-repeat:no-repeat;
padding-left:40px;
}

.select2-results .select2-highlighted {
background: #3875d7;
color: #fff;
Expand Down Expand Up @@ -367,12 +372,6 @@ disabled look for already selected choices in the results dropdown

.select2-container-multi .select2-choices {
background-color: #fff;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
border: 1px solid #aaa;
margin: 0;
padding: 0;
Expand Down Expand Up @@ -412,7 +411,6 @@ disabled look for already selected choices in the results dropdown
background: transparent !important;
font-family: sans-serif;
font-size: 100%;
padding: 5px;
margin: 1px 0;
outline: 0;
border: 0;
Expand All @@ -437,21 +435,14 @@ disabled look for already selected choices in the results dropdown
-moz-background-clip : padding;
-webkit-background-clip: padding-box;
background-clip : padding-box;
background-color: #e4e4e4;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-color: #f7f7f7;
-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
-moz-box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
color: #333;
border: 1px solid #aaaaaa;
border: 1px solid #bbb;
line-height: 13px;
padding: 3px 5px 3px 18px;
padding: 3px 18px 3px 5px;
margin: 3px 0 3px 5px;
position: relative;
cursor: default;
Expand All @@ -467,19 +458,14 @@ disabled look for already selected choices in the results dropdown
display: block;
position: absolute;
right: 3px;
top: 4px;
top: 3px;
width: 12px;
height: 13px;
font-size: 1px;
background: url('select2.png') right top no-repeat;
outline: none;
}

.select2-container-multi .select2-search-choice-close {
left: 3px;
}


.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
background-position: right -11px;
}
Expand Down

0 comments on commit 0fd55bc

Please sign in to comment.