forked from 0x2620/oxjs
don't display a blank line if an item doesn't have a title
This commit is contained in:
parent
83fbe6d366
commit
9ac49b6fcf
3 changed files with 25 additions and 1 deletions
|
|
@ -352,6 +352,13 @@ Lists
|
|||
-o-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
|
||||
-webkit-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
|
||||
}
|
||||
.OxThemeModern .OxInfoList .OxItem.OxSelected .OxIconList .OxIcon > img,
|
||||
.OxThemeModern .OxInfoList .OxItem.OxSelected .OxIconList .OxIcon .OxVideoPlayer {
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
||||
-o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
||||
-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.OxThemeModern .OxIconList .OxItem > .OxText > div,
|
||||
.OxThemeModern .OxInfoList .OxItem .OxText > div {
|
||||
text-shadow: rgb(0, 0, 0) -1px -1px 0,
|
||||
|
|
@ -379,6 +386,15 @@ 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 {
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
background: rgba(0, 0, 0, 0);
|
||||
-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
||||
-o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
||||
-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
|
||||
.OxThemeModern .OxTextList .OxContent {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue