2
0
mirror of https://github.com/esiur/iui.git synced 2025-06-27 09:23:12 +00:00
This commit is contained in:
2023-06-11 17:20:51 +03:00
parent 72f5d8fe6d
commit 1449bdf778
3 changed files with 207 additions and 99 deletions

View File

@ -1653,14 +1653,14 @@ html[dir='rtl'] .select-label, html[dir='rtl'] .select-autocomplete-textbox, htm
padding: 2px 5px;
}
.select-counter
.select-footer
{
text-align: center;
padding: 0px 10px;
background-color: #f1f1f1;
left: 0;
bottom: 0;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
font-size: small;
}
@ -2741,7 +2741,7 @@ html[dir='rtl'] .multiselect-list-remove {
width: 40px;
background-color: #e4e4e4;
position: absolute;
left: 5px;
right: 0px;
top: 50%;
height: 26px;
transform: translateY(-50%);
@ -2753,6 +2753,12 @@ html[dir='rtl'] .multiselect-list-remove {
background-position: center;
}
html[dir='rtl'] .input-eye
{
left: 0px;
right: initial;
}
.input-eye:hover
{
background-image: var(--eye-active) ;