mirror of
https://github.com/esiur/iui.git
synced 2025-06-27 09:23:12 +00:00
s
This commit is contained in:
12
css/iui.css
12
css/iui.css
@ -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) ;
|
||||
|
Reference in New Issue
Block a user