forked from 0x2620/oxjs
remove on mouseover/select opacity change in icon lists (would cause video items to briefly go black)
This commit is contained in:
parent
33ec75122b
commit
d186211453
2 changed files with 4 additions and 4 deletions
|
|
@ -1048,11 +1048,11 @@ Lists
|
|||
.OxIconList .OxItem {
|
||||
float: left;
|
||||
margin: 2px;
|
||||
opacity: 0.9;
|
||||
//opacity: 0.9;
|
||||
}
|
||||
.OxIconList .OxItem.OxHover,
|
||||
.OxIconList .OxItem.OxSelected {
|
||||
opacity: 1;
|
||||
//opacity: 1;
|
||||
}
|
||||
|
||||
.OxIconList .OxItem > div,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue