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
+5 -1
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;
}
+2 -2
View File
File diff suppressed because one or more lines are too long
+3 -3
View File
File diff suppressed because one or more lines are too long
+1
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",
+1 -1
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>