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>