Jonathan Starck 3 éve
szülő
commit
e2d1e1bc43
2 módosított fájl, 4 hozzáadás és 4 törlés
  1. 2 1
      css/custom.css
  2. 2 3
      css/custom.less

+ 2 - 1
css/custom.css

@@ -25,15 +25,16 @@
 }
 table.wachenaufgaben {
   font-size: 3.5em !important;
+  border-collapse: collapse;
 }
 table.wachenaufgaben tr {
   opacity: 1 !important;
   font-size: 100% !important;
-  border-bottom: 5px solid #999 !important;
 }
 table.wachenaufgaben tr td {
   font-size: 100% !important;
   text-align: left;
+  border-bottom: 5px solid #999 !important;
 }
 table.wachenaufgaben tr td.todo-title:before {
   font-family: 'Font Awesome 6 Pro';

+ 2 - 3
css/custom.less

@@ -32,16 +32,15 @@
 
 table.wachenaufgaben {
     font-size: 3.5em !important;
+    border-collapse: collapse;
 
     tr {
         opacity: 1 !important;
         font-size: 100% !important;
-        border-bottom: 5px solid #999!important;
-
-
         td {
             font-size: 100% !important;
             text-align: left;
+            border-bottom: 5px solid #999!important;
             &.todo-title {
                 &:before {
                     font-family: 'Font Awesome 6 Pro';