This commit is contained in:
2025-10-07 10:47:20 +02:00
parent 18fdba2346
commit 6976b20ebe
5 changed files with 22 additions and 6 deletions

View File

@@ -42,6 +42,16 @@ textarea{
background-color: black;
}
.archive{
background: red;
color: black;
}
.archive.hover{
background: orange;
color: black;
}
.error {
background-color: red;
color: black;

View File

@@ -70,8 +70,7 @@ td, tr{
position: fixed;
top: 10px;
right: 10px;
width: 200px;
height: 30px;
padding: 7px 30px;
z-index: 100;
border-radius: 5px;
text-align: center;

View File

@@ -70,8 +70,7 @@ td, tr{
position: fixed;
top: 10px;
right: 10px;
width: 200px;
height: 30px;
padding: 7px 30px;
z-index: 100;
border-radius: 5px;
text-align: center;

View File

@@ -41,6 +41,15 @@ textarea{
background-color: lightcyan;;
}
.archive{
background: white;
}
.archive.hover{
background: lightblue;
color: black;
}
.error {
background-color: red;
color: black;

View File

@@ -70,8 +70,7 @@ td, tr{
position: fixed;
top: 10px;
right: 10px;
width: 200px;
height: 30px;
padding: 7px 30px;
z-index: 100;
border-radius: 5px;
text-align: center;