Fix minor points

This commit is contained in:
2021-04-28 17:37:20 +02:00
parent 36bb9ecd17
commit 6098003bf9
5 changed files with 99 additions and 11 deletions

View File

@@ -1060,15 +1060,39 @@ ul, li {
margin:5px;
}
.plus-moins-button {
box-shadow: inset 0px 1px 0px 0px #a6827e;
background: linear-gradient(to bottom, #21374afc 5%, #152833ab 100%);
background-color: #7d5d3b00;
border-radius: 3px;
border: 2px ridge #846109;
display: inline-block;
cursor: pointer;
color: #ffffff;
padding: 2px 6px 0px 6px;
text-decoration: none;
text-shadow: 0px 1px 0px #4d3534;
position: relative;
margin:3px;
}
.plus-moins-button:hover,
.chat-card-button:hover {
background: linear-gradient(to bottom, #800000 5%, #3e0101 100%);
background-color: red;
}
.plus-moins-button:active,
.chat-card-button:active {
position:relative;
top:1px;
}
.plus-moins {
font-size: 1.1rem;
font-weight: bold;
}
/*************************************************************/
#pause
{