NIHVIVO-2280: Added new background graphics for add new account button. Right now the button background aligned properly.
This commit is contained in:
parent
93df6ea067
commit
2b2d1a3769
3 changed files with 2 additions and 2 deletions
|
@ -1520,14 +1520,14 @@ section.accounts input.delete:active {
|
|||
}
|
||||
input.add-account,
|
||||
input.add-account:visited {
|
||||
background: url(../images/addNewAccount.png) 0 0 no-repeat;
|
||||
background: url(../images/addNewAccount.png) 0 center no-repeat;
|
||||
color: #fff;
|
||||
padding-left: 35px;
|
||||
}
|
||||
input.add-account:hover {
|
||||
color: #fff;
|
||||
background-color: #88acbb;
|
||||
background: url(../images/addNewAccountOver.png) 0 0 no-repeat;
|
||||
background: url(../images/addNewAccountOver.png) 0 center no-repeat;
|
||||
}
|
||||
input.add-account:active {
|
||||
top: 1px;
|
||||
|
|
BIN
themes/wilma/images/addNewAccount.png
Normal file
BIN
themes/wilma/images/addNewAccount.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
themes/wilma/images/addNewAccountOver.png
Normal file
BIN
themes/wilma/images/addNewAccountOver.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
Loading…
Add table
Add a link
Reference in a new issue