Improve history with comments. Cleaning tx details popup

This commit is contained in:
Gustavo Maximiliano Cortez 2015-02-19 20:10:45 -03:00
commit 29ccee52d3
5 changed files with 60 additions and 73 deletions

View file

@ -26,10 +26,6 @@ a:hover {
color: #2980b9;
}
.last-transactions-content:hover {
background: #eee;
}
a.button-setup.add-wallet:hover {
opacity: 1;
}
@ -51,11 +47,6 @@ ul.pagination li.current a:hover, ul.pagination li.current a:focus {
background: #16A085;
}
table tr:hover {
background-color: #eee;
cursor: pointer;
}
.button.outline.light-gray:hover {
background: rgba(206,213,220,0.40);
color: #4B6178;
@ -187,7 +178,4 @@ a.text-warning:hover {color: #FD7262;}
color: #fff;
}
.last-transactions-content.active:hover {
background-color: #E4E8EC;
}

View file

@ -846,6 +846,7 @@ input[type=number]::-webkit-outer-spin-button {
text-overflow: ellipsis;
white-space: nowrap;
padding-top: 3px;
line-height: 120%;
}
ul.pagination li.current a {

View file

@ -393,11 +393,6 @@
transform: none !important;
}
.button.secondary:hover, button.secondary:hover {
background: #008CC1;
color: #fff;
}
.move-right .close-menu {
cursor: pointer;
box-shadow: none;