mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updated text for disabled in select on frontpage
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
4
public/dist/embed.min.js
vendored
4
public/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
6
public/dist/main.min.js
vendored
6
public/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -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",
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user