fix advances options button
This commit is contained in:
parent
c2598b2646
commit
892072cfd0
1 changed files with 9 additions and 1 deletions
|
|
@ -531,6 +531,14 @@ a.button-setup.add-wallet:hover {
|
|||
}
|
||||
|
||||
a.button-setup {
|
||||
border-radius: 3px;
|
||||
border: 1px solid #E4E8EC;
|
||||
display: block;
|
||||
padding: 0.5rem;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.createProfile a.button-setup, .home a.button-setup {
|
||||
border-radius: 3px;
|
||||
border: 1px solid #3E5366;
|
||||
display: block;
|
||||
|
|
@ -538,7 +546,7 @@ a.button-setup {
|
|||
background: transparent;
|
||||
}
|
||||
|
||||
.button-setup a:hover {
|
||||
.createProfile .button-setup a:hover, .home .button-setup a:hover {
|
||||
background: #3C4E60;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue