NIHVIVO-2280: Refactored delete button for account main page
This commit is contained in:
parent
5ceda63a65
commit
04d6bcd835
1 changed files with 15 additions and 1 deletions
|
@ -1580,7 +1580,21 @@ table#account tr:nth-child(2n+1) {
|
||||||
}
|
}
|
||||||
section.accounts .delete-account{
|
section.accounts .delete-account{
|
||||||
float: left;
|
float: left;
|
||||||
margin-top: 13px;
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
section.accounts input.delete,
|
||||||
|
section.accounts input.delete:visited {
|
||||||
|
background-color: #FFF;
|
||||||
|
color: #749A02;
|
||||||
|
border: 1px solid rgba(116, 154, 2,.25);
|
||||||
|
}
|
||||||
|
section.accounts input.delete:hover {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #b2d15a;
|
||||||
|
border: 1px solid #b2d15a;
|
||||||
|
}
|
||||||
|
section.accounts input.delete:active{
|
||||||
|
top: 1px;
|
||||||
}
|
}
|
||||||
.display-tools {
|
.display-tools {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Add table
Reference in a new issue