forked from 0x2620/oxjs
some changes to enable clips view in pandora; fix video player to allow for paused=false and playInToOut=true
This commit is contained in:
parent
9ac49b6fcf
commit
4c6a6333b2
4 changed files with 19 additions and 10 deletions
|
|
@ -386,9 +386,9 @@ Lists
|
|||
.OxThemeModern .OxInfoList .OxItem .OxText > div > .OxInfo {
|
||||
color: rgb(128, 128, 128);
|
||||
}
|
||||
.OxThemeModern .OxInfoList .OxItem.OxSelected .OxIconList .OxIcon > img,
|
||||
.OxThemeModern .OxInfoList .OxItem.OxSelected .OxIconList .OxIcon .OxVideoPlayer,
|
||||
.OxThemeModern .OxInfoList .OxItem.OxSelected .OxIconList .OxText > div {
|
||||
.OxThemeModern .OxInfoList .OxItem.OxSelected .OxInfoElement .OxIcon > img,
|
||||
.OxThemeModern .OxInfoList .OxItem.OxSelected .OxInfoElement .OxIcon .OxVideoPlayer,
|
||||
.OxThemeModern .OxInfoList .OxItem.OxSelected .OxInfoElement .OxText > div {
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
background: rgba(0, 0, 0, 0);
|
||||
-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue