diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-03 21:03:36 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-03 21:03:36 +0200 |
| commit | ebb806cec4af5ccdad795513335c22769cbd7aff (patch) | |
| tree | d7fb55b72d3bee7eb13d3e89680947ebd5584787 /frontend/common | |
| parent | 4eea589bd4cdd91294f14943bd90cd3f51f6ec2f (diff) | |
handle changing type more robustly
Diffstat (limited to 'frontend/common')
| -rw-r--r-- | frontend/common/app.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/common/app.css b/frontend/common/app.css index ec59310..0e4f74d 100644 --- a/frontend/common/app.css +++ b/frontend/common/app.css @@ -100,7 +100,7 @@ header > div:last-child { header > div > button { padding: 0.25rem; margin: 0 0 0 0.5rem; - background: transparent; + background: #000; border-color: #888; color: #888; } |
