Эх сурвалжийг харах

Anpassungen am Kalender. Hinzufügen einer Linie

Jonathan Starck 3 жил өмнө
parent
commit
21078ecee5

+ 1 - 1
config/config.js

@@ -211,7 +211,7 @@ let config = {
 						symbolClass: 'todo-symbol',
 						symbolClass: 'todo-symbol',
 						titleClass: 'todo-title',
 						titleClass: 'todo-title',
 						timeClass: 'todotime',
 						timeClass: 'todotime',
-						symbol: 'clipboard-list-check'
+						symbol: 'clipboard-list-check',
 					},
 					},
 					{
 					{
 						url: 'https://nc.x0p.it/remote.php/dav/public-calendars/WW49cKGiiZyy95q8/?export',
 						url: 'https://nc.x0p.it/remote.php/dav/public-calendars/WW49cKGiiZyy95q8/?export',

+ 1 - 0
css/custom.css

@@ -29,6 +29,7 @@ table.wachenaufgaben {
 table.wachenaufgaben tr {
 table.wachenaufgaben tr {
   opacity: 1 !important;
   opacity: 1 !important;
   font-size: 100% !important;
   font-size: 100% !important;
+  border-bottom: 2px #999 solid;
 }
 }
 table.wachenaufgaben tr td {
 table.wachenaufgaben tr td {
   font-size: 100% !important;
   font-size: 100% !important;

+ 2 - 0
css/custom.less

@@ -36,6 +36,8 @@ table.wachenaufgaben {
     tr {
     tr {
         opacity: 1 !important;
         opacity: 1 !important;
         font-size: 100% !important;
         font-size: 100% !important;
+        border-bottom: 2px #999 solid;
+
 
 
         td {
         td {
             font-size: 100% !important;
             font-size: 100% !important;