Jonathan Starck 3 ani în urmă
părinte
comite
d411917993
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      css/custom.css
  2. 1 1
      css/custom.less

+ 1 - 1
css/custom.css

@@ -38,5 +38,5 @@ table.wachenaufgaben tr td.todo_title:before {
   font-family: 'Font Awesome 5 Free';
   font-weight: 400;
   padding-right: 10px;
-  content: "\f2bb";
+  content: "\f737";
 }

+ 1 - 1
css/custom.less

@@ -46,7 +46,7 @@ table.wachenaufgaben {
                     font-family: 'Font Awesome 5 Free';
                     font-weight: 400;
                     padding-right: 10px;
-                    content: "\f2bb";
+                    content: "\f737";
                 }
             }
         }