Gestion des singularites
This commit is contained in:
@@ -1165,7 +1165,7 @@ ul, li {
|
||||
.common-button {
|
||||
box-shadow: inset 0px 1px 0px 0px #a6827e;
|
||||
background: linear-gradient(to bottom, #B8A799F0 5%, #80624af0 100%);
|
||||
background-color: #B8A799F0; /*#7d5d3b00;*/
|
||||
background-color: #80624af0; /*#7d5d3b00;*/
|
||||
border-radius: 4px;
|
||||
opacity: 60%;
|
||||
border: 2px ridge #846109;
|
||||
@@ -1177,6 +1177,11 @@ ul, li {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.common-button option {
|
||||
background: linear-gradient(to bottom, #B8A799F0 5%, #80624af0 100%);
|
||||
background-color: #80624af0; /*#7d5d3b00;*/
|
||||
}
|
||||
|
||||
.common-button:hover {
|
||||
background: linear-gradient(to bottom, #97B5AEFF 5%, rgb(101, 167, 151) 100%);
|
||||
background-color: #97B5AEFF;
|
||||
|
||||
Reference in New Issue
Block a user