Updated text for disabled in select on frontpage

This commit is contained in:
Kasper Rynning-Tønnesen
2017-04-29 16:10:22 +02:00
parent 8bb17343bf
commit 407e3a67d0
5 changed files with 12 additions and 7 deletions

View File

@@ -128,10 +128,14 @@
.chan-link{
width: 100%;
padding: 0;
color: orange;
color: orange !important;
margin: 0;
}
li.disabled span {
color: orange !important;
}
.prev_page_hide, .prev_page, .first_page, .first_page_hide{
padding:0 10px;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -323,6 +323,7 @@ var Frontpage = {
}
$("body").css("background-color", "#2d2d2d");
$("#offline-mode").tooltip("remove");
$('select').material_select('destroy');
$.ajax({
url: new_channel + "/public/php/index.php",

View File

@@ -134,7 +134,7 @@ if(isset($_GET['chan'])){
<div class="row">
<div class="input-field col s12">
<select id="view_channels_select">
<option value="" disabled>Choose your option</option>
<option value="" disabled>Channels to show</option>
<option value="1" selected>Most Popular</option>
<option value="2">All Channels</option>
</select>