mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-15 02:33:22 +00:00
Fix ajax-select visual
This commit is contained in:
parent
a6b32fcad1
commit
0610794dbe
@ -16,11 +16,18 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
|
.ts-wrapper {
|
||||||
border-left: 1px solid black;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ts-wrapper.multi .ts-control [data-value] {
|
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
|
||||||
|
border-left: 1px solid #aaa;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ts-wrapper.multi .ts-control {
|
||||||
|
|
||||||
|
[data-value],
|
||||||
|
[data-value].active {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: #e4e4e4;
|
background-color: #e4e4e4;
|
||||||
@ -34,4 +41,5 @@
|
|||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user