forked from saurabh/orbit4-5
modified select scss..
This commit is contained in:
parent
6af19a2fda
commit
f3dd0b8295
|
@ -329,14 +329,14 @@
|
||||||
|
|
||||||
.select2-results {
|
.select2-results {
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
padding: 0 0 0 4px;
|
padding: 0 0 0 2px;
|
||||||
margin: 4px 4px 4px 0;
|
margin: 4px 4px 4px 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||||
.select2-result-label {
|
.select2-result-label {
|
||||||
padding: 3px 7px 4px;
|
padding: 4px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
min-height: 1em;
|
min-height: 1em;
|
||||||
|
@ -346,15 +346,18 @@
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
width: 50px;
|
width: 80px;
|
||||||
height: 50px;
|
height: 80px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: none;
|
border: none;
|
||||||
float: left;
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.thumbnail-text {
|
.thumbnail-text {
|
||||||
line-height: 50px;
|
display: inline-block;
|
||||||
|
width: 125px;
|
||||||
}
|
}
|
||||||
&:after {
|
&:after {
|
||||||
content: '';
|
content: '';
|
||||||
|
|
Loading…
Reference in New Issue