Merge pull request #2085 from bechi/bugs/ui-02

Bugs/ui 02
This commit is contained in:
Matias Alejo Garcia 2014-12-10 09:58:16 -03:00
commit 0eea193bf2
3 changed files with 19 additions and 13 deletions

View file

@ -533,6 +533,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;
@ -540,7 +548,7 @@ a.button-setup {
background: transparent;
}
.button-setup a:hover {
.createProfile .button-setup a:hover, .home .button-setup a:hover {
background: #3C4E60;
}