浏览代码

no message

Jonathan Starck 3 年之前
父节点
当前提交
44b8078ac6
共有 3 个文件被更改,包括 15 次插入16 次删除
  1. 9 10
      config/config.js
  2. 3 3
      css/custom.css
  3. 3 3
      css/custom.less

+ 9 - 10
config/config.js

@@ -204,27 +204,26 @@ let config = {
 				displaySymbol: false,
 				maximumNumberOfDays: 1,
 				showLocation: true,
-				timeFormat: 'relative',
 				calendars: [
 					{
 						url: 'https://nc.x0p.it/remote.php/dav/public-calendars/ZMGgBLGn52oATzDw/?export',
-						symbolClass: 'todo_symbol',
-						titleClass: 'todo_title',
-						timeClass: 'todo_time',
+						symbolClass: 'todo-symbol',
+						titleClass: 'todo-title',
+						timeClass: 'todotime',
 						symbol: 'clipboard-list-check'
 					},
 					{
 						url: 'https://nc.x0p.it/remote.php/dav/public-calendars/WW49cKGiiZyy95q8/?export',
-						symbolClass: 'clean_symbol',
-						titleClass: 'clean_title',
-						timeClass: 'clean_time',
+						symbolClass: 'clean-symbol',
+						titleClass: 'clean-title',
+						timeClass: 'clean-time',
 						symbol: 'vacuum',
 					},
 					{
 						url: 'https://nc.x0p.it/remote.php/dav/public-calendars/eMQW6HmyjfgS8bXq?export',
-						symbolClass: 'info_symbol',
-						titleClass: 'info_title',
-						timeClass: 'info_time',
+						symbolClass: 'info-symbol',
+						titleClass: 'info-title',
+						timeClass: 'info-time',
 						symbol: 'circle-info',
 					},
 					

+ 3 - 3
css/custom.css

@@ -34,7 +34,7 @@ table.wachenaufgaben tr td {
   font-size: 100% !important;
   text-align: left;
 }
-table.wachenaufgaben tr td.todo_title:before {
+table.wachenaufgaben tr td.todo-title:before {
   font-family: 'Font Awesome 6 Pro';
   font-weight: 400;
   padding-right: 10px;
@@ -47,7 +47,7 @@ table.wachenaufgaben tr td.todo_title:before {
   line-height: 1;
   text-rendering: auto;
 }
-table.wachenaufgaben tr td.clean_title:before {
+table.wachenaufgaben tr td.clean-title:before {
   font-family: 'Font Awesome 6 Pro';
   font-weight: 400;
   padding-right: 10px;
@@ -60,7 +60,7 @@ table.wachenaufgaben tr td.clean_title:before {
   line-height: 1;
   text-rendering: auto;
 }
-table.wachenaufgaben tr td.info_title:before {
+table.wachenaufgaben tr td.info-title:before {
   font-family: 'Font Awesome 6 Pro';
   font-weight: 400;
   padding-right: 10px;

+ 3 - 3
css/custom.less

@@ -40,7 +40,7 @@ table.wachenaufgaben {
         td {
             font-size: 100% !important;
             text-align: left;
-            &.todo_title {
+            &.todo-title {
                 &:before {
                     font-family: 'Font Awesome 6 Pro';
                     font-weight: 400;
@@ -55,7 +55,7 @@ table.wachenaufgaben {
                     text-rendering: auto;
                 }
             }
-            &.clean_title {
+            &.clean-title {
                 &:before {
                     font-family: 'Font Awesome 6 Pro';
                     font-weight: 400;
@@ -70,7 +70,7 @@ table.wachenaufgaben {
                     text-rendering: auto;
                 }
             }
-            &.info_title {
+            &.info-title {
                 &:before {
                     font-family: 'Font Awesome 6 Pro';
                     font-weight: 400;