ResMan stabil: mit darben

This commit is contained in:
ecki
2026-03-07 17:30:05 +01:00
parent cc547c8351
commit 6d408b9086
2 changed files with 17 additions and 878 deletions
+17 -1
View File
@@ -38,16 +38,24 @@ text-align:left;
}
th{
background:#333;
background:#1e3a8a;
color:white;
}
button{
background:#3b82f6;
color:white;
border:none;
border-radius:4px;
padding:6px 10px;
margin:2px;
cursor:pointer;
}
button:hover{
background:#1e40af;
}
input,textarea{
padding:6px;
margin:4px;
@@ -105,10 +113,18 @@ font-weight:bold;
color:#0a7;
}
section{
border-left:4px solid #3b82f6;
}
td{
vertical-align:top;
}
td:first-child{
font-weight:bold;
}
</style>
</head>