Add icons and stuff

This commit is contained in:
2022-12-28 14:10:58 +01:00
parent 5721aaa44e
commit cb91448c3b
14 changed files with 71 additions and 30 deletions

View File

@@ -1175,8 +1175,8 @@ ul, li {
.chat-card-button {
box-shadow: inset 0px 1px 0px 0px #a6827e;
background: linear-gradient(to bottom, #41545a 5%, #2e5561 100%);
background-color: #7d5d3b00;
background-image: url("../assets/ui/bandeau_01.webp");
/*background-color: #7d5d3b00;*/
border-radius: 3px;
border: 2px ridge #846109;
display: inline-block;
@@ -1191,8 +1191,8 @@ ul, li {
}
.chat-card-button:hover {
background: linear-gradient(to bottom, #800000 5%, #3e0101 100%);
background-color: rgb(56, 33, 33);
background: linear-gradient(to bottom, #800000 5%, #3e0101 60%);
/*background-color: rgba(56, 33, 33, 60);*/
}
.chat-card-button:active {
position:relative;