From 1566aa0243ac5ffd530234e77e86d7f2919e7108 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 17 Apr 2018 22:15:11 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B5=AD=EA=B0=80=EC=83=89=20=EC=83=88?= =?UTF-8?q?=EB=A1=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/js/msg.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hwe/js/msg.js b/hwe/js/msg.js index a059f661..0af6eeef 100644 --- a/hwe/js/msg.js +++ b/hwe/js/msg.js @@ -290,13 +290,13 @@ function refreshMailboxList(obj){ var nation = this; //console.log(nation); var $nation = $(''.format(nation.mailbox,nation.name)); - $nation.css('color', nation.color); + $nation.css('background-color', nation.color); if(isBrightColor(nation.color)){ - $nation.css('background-color', 'black'); + $nation.css('color', 'black'); } else{ - $nation.css('background-color', 'white'); + $nation.css('color', 'white'); } $favorite.append($nation); });