瀏覽代碼

the colors

David Thornley 6 年之前
父節點
當前提交
25e8a00388
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      src/main/resources/static/index.html

+ 2
- 2
src/main/resources/static/index.html 查看文件

@@ -40,13 +40,13 @@
40 40
     </div>
41 41
     <div class="row">
42 42
         <div class="col-md-12">
43
-            <table id="conversation" class="table table-striped" style=" background-color: #BFAEE2">
43
+            <table id="conversation" class="table" style="background-color:#BFAEE2">
44 44
                 <thead>
45 45
                 <tr>
46 46
                     <th>Messages</th>
47 47
                 </tr>
48 48
                 </thead>
49
-                <tbody id="messages">
49
+                <tbody id="messages" style=" background-color:#BFAEE2; border-radius: 6px;">
50 50
                 </tbody>
51 51
             </table>
52 52
         </div>