Update styles.css
Browse files- styles.css +5 -0
styles.css
CHANGED
|
@@ -280,6 +280,11 @@ body {
|
|
| 280 |
border-bottom: none;
|
| 281 |
}
|
| 282 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 283 |
.history-cell {
|
| 284 |
overflow: hidden;
|
| 285 |
text-overflow: ellipsis;
|
|
|
|
| 280 |
border-bottom: none;
|
| 281 |
}
|
| 282 |
|
| 283 |
+
.history-cell.buyer a {
|
| 284 |
+
color: inherit;
|
| 285 |
+
text-decoration: none;
|
| 286 |
+
}
|
| 287 |
+
|
| 288 |
.history-cell {
|
| 289 |
overflow: hidden;
|
| 290 |
text-overflow: ellipsis;
|