fix .item-select
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
parent
4fd1a17f06
commit
05173d0a8a
|
@ -2276,8 +2276,7 @@ div[id$="wrapper"] br {
|
|||
.item-select {
|
||||
opacity: 0.1;
|
||||
filter:alpha(opacity=10);
|
||||
float: right;
|
||||
margin-right: 5px;
|
||||
margin: 5px 0 0 6px !important;
|
||||
}
|
||||
.item-select:hover, .checkeditem {
|
||||
opacity: 1;
|
||||
|
|
|
@ -2277,8 +2277,7 @@ div[id$="wrapper"] br {
|
|||
.item-select {
|
||||
opacity: 0.1;
|
||||
filter:alpha(opacity=10);
|
||||
float: right;
|
||||
margin-right: 5px;
|
||||
margin-right: 5px 0 0 6px !important;
|
||||
}
|
||||
.item-select:hover, .checkeditem {
|
||||
opacity: 1;
|
||||
|
|
Loading…
Reference in a new issue