diff options
| author | Florian Dold <florian.dold@gmail.com> | 2017-04-28 23:28:27 +0200 |
|---|---|---|
| committer | Florian Dold <florian.dold@gmail.com> | 2017-04-28 23:28:27 +0200 |
| commit | d6bf24902a34f2094363121c8d9f4d54db6f7b6c (patch) | |
| tree | 0794956ebdf91a2fbea16baa0e8aa559f45c5d06 /src/style | |
| parent | ce97b1076b7e4a53b84d3fd34bf2047580ddeb22 (diff) | |
implement new reserve creation dialog and auditor management
Diffstat (limited to 'src/style')
| -rw-r--r-- | src/style/wallet.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/style/wallet.css b/src/style/wallet.css index 7fe5e37c8..752fc6d75 100644 --- a/src/style/wallet.css +++ b/src/style/wallet.css @@ -216,3 +216,7 @@ span.spacer { .button-secondary { background: rgb(66, 184, 221); } + +a.actionLink { + color: black; +} |
