1
0
own3mall 9 жил өмнө
parent
commit
fd38eb90e8

+ 2 - 2
js/modules/user_games-mods.js

@@ -1,5 +1,5 @@
 $("#mods select, #mods input").change(function(){
-	$(this).css("background", "red");
+	$(this).css("background", "#fe9cb1");
 });
 
 $('.set_options').click(function(){
@@ -22,7 +22,7 @@ $('.set_options').click(function(){
 		success: function(data){
 			if(data.result == 'success')
 			{
-				modtr.find("select, input[type='text']").css("background", "green");
+				modtr.find("select, input[type='text']").css("background", "#bdf2a2");
 			}
 			$("#result").html('<p class="'+data.result+'">'+data.info+'</p>');
 		},

+ 1 - 1
js/modules/user_games.js

@@ -131,7 +131,7 @@ $(document).ready(function() {
 	});
 	
 	$("#main_settings select, #main_settings input").change(function(){
-		$(this).css("background", "red");
+		$(this).css("background", "#fe9cb1");
 	});
 	
 	$('#main_settings input:submit').unbind().click(function(e){