Ver Fonte

Anpassungen am Kalender. Hinzufügen einer Linie

Jonathan Starck há 3 anos atrás
pai
commit
21078ecee5
3 ficheiros alterados com 4 adições e 1 exclusões
  1. 1 1
      config/config.js
  2. 1 0
      css/custom.css
  3. 2 0
      css/custom.less

+ 1 - 1
config/config.js

@@ -211,7 +211,7 @@ let config = {
 						symbolClass: 'todo-symbol',
 						titleClass: 'todo-title',
 						timeClass: 'todotime',
-						symbol: 'clipboard-list-check'
+						symbol: 'clipboard-list-check',
 					},
 					{
 						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 {
   opacity: 1 !important;
   font-size: 100% !important;
+  border-bottom: 2px #999 solid;
 }
 table.wachenaufgaben tr td {
   font-size: 100% !important;

+ 2 - 0
css/custom.less

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