Corrections cosmetiques v13

This commit is contained in:
2025-06-03 13:48:23 +02:00
parent c9e4f125b4
commit c8b94b74a1
109 changed files with 298 additions and 396 deletions

View File

@@ -1176,6 +1176,25 @@ ul, li {
margin-left:4px;
}
.button-sheet-roll-offline {
box-shadow: inset 0px 1px 0px 0px #a6827e;
background: linear-gradient(to bottom, #313131fc 5%, #dee2e4ab 60%);
background-color: #7d5d3b00;
border-radius: 4px;
border: 1px ridge #846109;
display: inline-block;
cursor: pointer;
color: rgba(10, 10, 10, 0.75);
font-size: 0.8rem;
padding: 1px 1px 0px 1px;
text-decoration: none;
text-shadow: 0px 1px 0px #4d3534;
position: relative;
max-height:1.8rem;
max-width: 4rem;
margin-left:4px;
}
.button-sheet-roll-large {
max-width: 6rem;
}