update dialogs
This commit is contained in:
parent
48cce38282
commit
4ffca7a9df
11 changed files with 193 additions and 45 deletions
|
@ -44,19 +44,30 @@
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.newTvProgram {
|
||||
color: yellow;
|
||||
.guideProgramIndicator {
|
||||
text-transform: uppercase;
|
||||
border-radius: .3em;
|
||||
margin-right: .5em;
|
||||
color: #fff;
|
||||
font-size: 82%;
|
||||
padding: .25em;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.newTvProgram {
|
||||
background: #64A239;
|
||||
}
|
||||
|
||||
.liveTvProgram {
|
||||
color: #64A239;
|
||||
text-transform: uppercase;
|
||||
background: #2196F3;
|
||||
}
|
||||
|
||||
.premiereTvProgram {
|
||||
color: orange;
|
||||
text-transform: uppercase;
|
||||
background: #EF6C00;
|
||||
}
|
||||
|
||||
.programAccent {
|
||||
|
@ -226,6 +237,47 @@
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
.btnSelectDateContent {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.guideDateText {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
@media all and (min-width: 1600px) {
|
||||
|
||||
.guideDateText {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.guideDateTextDate {
|
||||
margin-left: .25em;
|
||||
}
|
||||
}
|
||||
|
||||
.btnGuideViewSettings {
|
||||
margin: 0;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.btnGuideViewSettingsIcon {
|
||||
font-size: 1.5em !important;
|
||||
}
|
||||
|
||||
@media all and (max-width: 1280px) {
|
||||
|
||||
.btnGuideViewSettings {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.selectDateIcon {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.channelHeaderCell {
|
||||
border-bottom: .65vh solid #121212 !important;
|
||||
background-size: auto 70%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue