From dcfb49d9272a1a84f48d92a44bcc35f4a9946de8 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 11 May 2018 03:46:50 +0900 Subject: [PATCH] =?UTF-8?q?firefox=20groove=EC=97=90=20color=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9=20=EC=95=88=EB=90=98=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20?= =?UTF-8?q?=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/css/common.css | 2 +- hwe/css/msg.css | 16 ++++++++-------- tmp_msg/msg.css | 10 +++++----- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/hwe/css/common.css b/hwe/css/common.css index a3fd6f2b..96b326bd 100644 --- a/hwe/css/common.css +++ b/hwe/css/common.css @@ -37,7 +37,7 @@ table.tb_layout { } .tb_layout td, .tb_layout th { - border:groove 1px; + border:solid 1px gray; padding: 0px; word-break: break-all; font-family: '맑은 고딕';; diff --git a/hwe/css/msg.css b/hwe/css/msg.css index 1abd10f4..b7ea5adc 100644 --- a/hwe/css/msg.css +++ b/hwe/css/msg.css @@ -22,9 +22,9 @@ .msg_plate{ width:100%; - border-bottom:groove 0.1em gray; - border-left:groove 0.1em gray; - border-right:groove 0.1em gray; + border-bottom:solid 1px gray; + border-left:solid 1px gray; + border-right:solid 1px gray; height:64px; font-size:12px; word-break:break-all; @@ -61,7 +61,7 @@ float:left; width:64px; height:64px; - border-right:groove 0.1em gray; + border-right:solid 1px gray; } .msg_time{ @@ -105,7 +105,7 @@ .board_header{ color:white; - border:groove 0.1em gray; + border:solid 1px gray; } .board_side{ @@ -113,9 +113,9 @@ height:1370px; width:498px; overflow-y: hidden; - border-left:groove 1px; - border-right:groove 1px; - border-bottom:groove 1px; + border-left:solid 1px; + border-right:solid 1px; + border-bottom:solid 1px; } .msg_body{ diff --git a/tmp_msg/msg.css b/tmp_msg/msg.css index e68207a3..6b00befe 100644 --- a/tmp_msg/msg.css +++ b/tmp_msg/msg.css @@ -15,7 +15,7 @@ .msg_plate{ width:100%; - border:groove 0.1em; + border:solid 1px; height:64px; font-size:12px; word-break:break-all; @@ -40,7 +40,7 @@ float:left; width:64px; height:64px; - border-right:groove 0.1em; + border-right:solid 1px; } .msg_time{ @@ -70,14 +70,14 @@ .board_header{ color:white; - border:groove 0.1em; + border:solid 1px; } .board_side{ width:50%; float:left; - border-left:groove 0.1em; - border-right:groove 0.1em; + border-left:solid 1px; + border-right:solid 1px; } .msg_body{