diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-25 22:48:22 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-25 22:48:22 +0100 |
| commit | d8e4561f3b1102489e366fd0e452f84d1d3f24e7 (patch) | |
| tree | fe433f7c1c69024e284fbfd393b7cd6fc8ef021d /scraper/client/paper/paper.css | |
| parent | 8c628f1c4fdbc596fce7f84dbb8ac500e1cdedae (diff) | |
updating that interface
Diffstat (limited to 'scraper/client/paper/paper.css')
| -rw-r--r-- | scraper/client/paper/paper.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/client/paper/paper.css b/scraper/client/paper/paper.css index fc558ca1..025d6b8a 100644 --- a/scraper/client/paper/paper.css +++ b/scraper/client/paper/paper.css @@ -83,7 +83,7 @@ input.notes { .param .btn { margin-top: 5px; } -.row.disabled { opacity: 0.5; } +.row.disabled { opacity: 0.5; pointer-events: none;} .vettingRow label { display: flex; |
