WebApp Design modern
This commit is contained in:
parent
4c9a9eb91f
commit
16c97890e3
4 changed files with 169 additions and 8 deletions
|
|
@ -183,4 +183,14 @@ text-decoration: underline;
|
|||
|
||||
.tag a:hover {
|
||||
color: #202020;
|
||||
}
|
||||
|
||||
.transaction-table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.transaction-table td {
|
||||
padding: 6px;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue