Dodano filtry dla dziennika rozkładów jazdy

This commit is contained in:
2022-05-17 01:39:40 +02:00
parent 42155fe6b8
commit 2d8155fdbe
9 changed files with 138 additions and 62 deletions
+8 -3
View File
@@ -7,9 +7,9 @@
}
span {
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
// user-select: none;
// -moz-user-select: none;
// -webkit-user-select: none;
width: 100%;
text-align: center;
@@ -33,4 +33,9 @@
}
}
}
&:focus span {
// outline: 1px solid white;
border: none;
}
}