forked from 0x2620/oxjs
use new form element syntax, continued
This commit is contained in:
parent
e47305c93f
commit
02f53a57c1
15 changed files with 107 additions and 88 deletions
|
|
@ -682,14 +682,17 @@ Video
|
|||
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.75), rgba(64, 64, 64, 0.75));
|
||||
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75), rgba(64, 64, 64, 0.75));
|
||||
}
|
||||
.OxThemeModern .OxVideoPlayer .OxResolution > div {
|
||||
background: rgba(32, 32, 32, 0.5);
|
||||
.OxThemeModern .OxVideoPlayer .OxSettings > div {
|
||||
background-color: rgba(32, 32, 32, 0.5);
|
||||
}
|
||||
.OxThemeModern .OxVideoPlayer .OxResolution > div.OxSelected {
|
||||
.OxThemeModern .OxVideoPlayer .OxSettings > div.OxSelected {
|
||||
background-image: -moz-linear-gradient(top, rgba(48, 48, 48, 0.5), rgba(16, 16, 16, 0.5));
|
||||
background-image: -o-linear-gradient(top, rgba(48, 48, 48, 0.5), rgba(16, 16, 16, 0.5));
|
||||
background-image: -webkit-linear-gradient(top, rgba(48, 48, 48, 0.5), rgba(16, 16, 16, 0.5));
|
||||
}
|
||||
.OxThemeModern .OxVideoPlayer .OxSettings > div.OxLine {
|
||||
background-color: rgba(64, 64, 64, 0.5);
|
||||
}
|
||||
.OxThemeModern .OxVideoPlayer .OxVolume {
|
||||
background-image: -moz-linear-gradient(top, rgba(64, 64, 64, 0.5), rgba(0, 0, 0, 0.5));
|
||||
background-image: -o-linear-gradient(top, rgba(64, 64, 64, 0.5), rgba(0, 0, 0, 0.5));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue