firefox groove에 color 적용 안되는 문제 해결

This commit is contained in:
2018-05-11 03:46:50 +09:00
parent d82ab51d58
commit dcfb49d927
3 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -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: '맑은 고딕';;
+8 -8
View File
@@ -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{
+5 -5
View File
@@ -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{