mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Change colours to Plex colours
This commit is contained in:
parent
4f2e09d733
commit
2144d4d7ed
14 changed files with 17 additions and 17 deletions
|
@ -21,7 +21,7 @@ ul.ColVis_collection li {
|
||||||
|
|
||||||
.ColVis_Button:hover,
|
.ColVis_Button:hover,
|
||||||
ul.ColVis_collection li:hover {
|
ul.ColVis_collection li:hover {
|
||||||
color: #F9AA03;
|
color: #E5A00D;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.ColVis_Button {
|
button.ColVis_Button {
|
||||||
|
|
|
@ -101,7 +101,7 @@ table.display tr:hover a {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
table.display td:hover a {
|
table.display td:hover a {
|
||||||
color: #F9AA03;
|
color: #E5A00D;
|
||||||
}
|
}
|
||||||
table.display thead tr:hover {
|
table.display thead tr:hover {
|
||||||
background-color: #212121;
|
background-color: #212121;
|
||||||
|
|
|
@ -523,7 +523,7 @@ fieldset[disabled] .btn-bright.active {
|
||||||
color: #eee;
|
color: #eee;
|
||||||
}
|
}
|
||||||
.modal-body i {
|
.modal-body i {
|
||||||
color: #F9AA03;
|
color: #E5A00D;
|
||||||
}
|
}
|
||||||
.modal-body i.fa {
|
.modal-body i.fa {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -534,7 +534,7 @@ fieldset[disabled] .btn-bright.active {
|
||||||
}
|
}
|
||||||
.modal-body strong,
|
.modal-body strong,
|
||||||
.modal-body strong i.fa {
|
.modal-body strong i.fa {
|
||||||
color: #F9AA03;
|
color: #E5A00D;
|
||||||
}
|
}
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
padding: 15px 20px;
|
padding: 15px 20px;
|
||||||
|
@ -673,7 +673,7 @@ textarea.form-control:focus {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.form-control-feedback {
|
.form-control-feedback {
|
||||||
color: #F9AA03;
|
color: #E5A00D;
|
||||||
margin: 5px 40px 5px 0;
|
margin: 5px 40px 5px 0;
|
||||||
}
|
}
|
||||||
.form-control[disabled],
|
.form-control[disabled],
|
||||||
|
@ -4064,7 +4064,7 @@ a:hover .overlay-refresh-image:hover {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
.stream-info .heading {
|
.stream-info .heading {
|
||||||
color: #F9AA03;
|
color: #E5A00D;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
|
|
|
@ -40,7 +40,7 @@ var hc_plays_by_day_options = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
colors: ['#F9AA03', '#FFFFFF', '#FF4747'],
|
colors: ['#E5A00D', '#FFFFFF', '#F06464'],
|
||||||
xAxis: {
|
xAxis: {
|
||||||
type: 'datetime',
|
type: 'datetime',
|
||||||
labels: {
|
labels: {
|
||||||
|
|
|
@ -23,7 +23,7 @@ var hc_plays_by_dayofweek_options = {
|
||||||
credits: {
|
credits: {
|
||||||
enabled: false
|
enabled: false
|
||||||
},
|
},
|
||||||
colors: ['#F9AA03', '#FFFFFF', '#FF4747'],
|
colors: ['#E5A00D', '#FFFFFF', '#F06464'],
|
||||||
xAxis: {
|
xAxis: {
|
||||||
categories: [{}],
|
categories: [{}],
|
||||||
labels: {
|
labels: {
|
||||||
|
|
|
@ -23,7 +23,7 @@ var hc_plays_by_hourofday_options = {
|
||||||
credits: {
|
credits: {
|
||||||
enabled: false
|
enabled: false
|
||||||
},
|
},
|
||||||
colors: ['#F9AA03', '#FFFFFF', '#FF4747'],
|
colors: ['#E5A00D', '#FFFFFF', '#F06464'],
|
||||||
xAxis: {
|
xAxis: {
|
||||||
categories: [{}],
|
categories: [{}],
|
||||||
labels: {
|
labels: {
|
||||||
|
|
|
@ -23,7 +23,7 @@ var hc_plays_by_month_options = {
|
||||||
credits: {
|
credits: {
|
||||||
enabled: false
|
enabled: false
|
||||||
},
|
},
|
||||||
colors: ['#F9AA03', '#FFFFFF', '#FF4747'],
|
colors: ['#E5A00D', '#FFFFFF', '#F06464'],
|
||||||
xAxis: {
|
xAxis: {
|
||||||
labels: {
|
labels: {
|
||||||
style: {
|
style: {
|
||||||
|
|
|
@ -23,7 +23,7 @@ var hc_plays_by_platform_options = {
|
||||||
credits: {
|
credits: {
|
||||||
enabled: false
|
enabled: false
|
||||||
},
|
},
|
||||||
colors: ['#F9AA03', '#FFFFFF', '#FF4747'],
|
colors: ['#E5A00D', '#FFFFFF', '#F06464'],
|
||||||
xAxis: {
|
xAxis: {
|
||||||
categories: [{}],
|
categories: [{}],
|
||||||
labels: {
|
labels: {
|
||||||
|
|
|
@ -23,7 +23,7 @@ var hc_plays_by_platform_by_stream_type_options = {
|
||||||
credits: {
|
credits: {
|
||||||
enabled: false
|
enabled: false
|
||||||
},
|
},
|
||||||
colors: ['#F9AA03', '#FFFFFF', '#FF4747'],
|
colors: ['#E5A00D', '#FFFFFF', '#F06464'],
|
||||||
xAxis: {
|
xAxis: {
|
||||||
categories: [{}],
|
categories: [{}],
|
||||||
labels: {
|
labels: {
|
||||||
|
|
|
@ -23,7 +23,7 @@ var hc_plays_by_source_resolution_options = {
|
||||||
credits: {
|
credits: {
|
||||||
enabled: false
|
enabled: false
|
||||||
},
|
},
|
||||||
colors: ['#F9AA03', '#FFFFFF', '#FF4747'],
|
colors: ['#E5A00D', '#FFFFFF', '#F06464'],
|
||||||
xAxis: {
|
xAxis: {
|
||||||
categories: [{}],
|
categories: [{}],
|
||||||
labels: {
|
labels: {
|
||||||
|
|
|
@ -23,7 +23,7 @@ var hc_plays_by_stream_resolution_options = {
|
||||||
credits: {
|
credits: {
|
||||||
enabled: false
|
enabled: false
|
||||||
},
|
},
|
||||||
colors: ['#F9AA03', '#FFFFFF', '#FF4747'],
|
colors: ['#E5A00D', '#FFFFFF', '#F06464'],
|
||||||
xAxis: {
|
xAxis: {
|
||||||
categories: [{}],
|
categories: [{}],
|
||||||
labels: {
|
labels: {
|
||||||
|
|
|
@ -40,7 +40,7 @@ var hc_plays_by_stream_type_options = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
colors: ['#F9AA03', '#FFFFFF', '#FF4747'],
|
colors: ['#E5A00D', '#FFFFFF', '#F06464'],
|
||||||
xAxis: {
|
xAxis: {
|
||||||
type: 'datetime',
|
type: 'datetime',
|
||||||
labels: {
|
labels: {
|
||||||
|
|
|
@ -23,7 +23,7 @@ var hc_plays_by_user_options = {
|
||||||
credits: {
|
credits: {
|
||||||
enabled: false
|
enabled: false
|
||||||
},
|
},
|
||||||
colors: ['#F9AA03', '#FFFFFF', '#FF4747'],
|
colors: ['#E5A00D', '#FFFFFF', '#F06464'],
|
||||||
xAxis: {
|
xAxis: {
|
||||||
categories: [{}],
|
categories: [{}],
|
||||||
labels: {
|
labels: {
|
||||||
|
|
|
@ -23,7 +23,7 @@ var hc_plays_by_user_by_stream_type_options = {
|
||||||
credits: {
|
credits: {
|
||||||
enabled: false
|
enabled: false
|
||||||
},
|
},
|
||||||
colors: ['#F9AA03', '#FFFFFF', '#FF4747'],
|
colors: ['#E5A00D', '#FFFFFF', '#F06464'],
|
||||||
xAxis: {
|
xAxis: {
|
||||||
categories: [{}],
|
categories: [{}],
|
||||||
labels: {
|
labels: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue