浏览代码

no message

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

+ 2 - 2
config/config.js

@@ -201,9 +201,9 @@ let config = {
 				tableClass: "large wachenaufgaben",
 				fetchInterval: 30000,
 				maxTitleLength: 50,
-				displaySymbol: false,
+				displaySymbol: true,
 				maximumNumberOfDays: 1,
-				showLocation: true,
+				showLocation: false,
 				timeFormat: "relative",
 				calendars: [
 					{

+ 3 - 3
css/custom.css

@@ -36,7 +36,7 @@ table.wachenaufgaben tr td {
   text-align: left;
   border-bottom: 5px solid #999 !important;
 }
-table.wachenaufgaben tr td.todo-title:before {
+table.wachenaufgaben tr td.todo-symbol:before {
   font-family: 'Font Awesome 6 Pro';
   font-weight: 400;
   padding-right: 10px;
@@ -49,7 +49,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-symbol:before {
   font-family: 'Font Awesome 6 Pro';
   font-weight: 400;
   padding-right: 10px;
@@ -62,7 +62,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-symbol:before {
   font-family: 'Font Awesome 6 Pro';
   font-weight: 400;
   padding-right: 10px;

+ 3 - 3
css/custom.less

@@ -41,7 +41,7 @@ table.wachenaufgaben {
             font-size: 100% !important;
             text-align: left;
             border-bottom: 5px solid #999!important;
-            &.todo-title {
+            &.todo-symbol {
                 &:before {
                     font-family: 'Font Awesome 6 Pro';
                     font-weight: 400;
@@ -56,7 +56,7 @@ table.wachenaufgaben {
                     text-rendering: auto;
                 }
             }
-            &.clean-title {
+            &.clean-symbol {
                 &:before {
                     font-family: 'Font Awesome 6 Pro';
                     font-weight: 400;
@@ -71,7 +71,7 @@ table.wachenaufgaben {
                     text-rendering: auto;
                 }
             }
-            &.info-title {
+            &.info-symbol {
                 &:before {
                     font-family: 'Font Awesome 6 Pro';
                     font-weight: 400;