diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-27 14:01:25 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-27 14:01:25 +0200 |
| commit | bf8213da7a459540ff0ab820c2353e0c79c66702 (patch) | |
| tree | 87b67b9aeab5bf903d415fd3ffa82b70983021cd /public/assets/css | |
| parent | 1045c5c2a724274b150d0a18e07b772eb7b740e5 (diff) | |
fix flags
Diffstat (limited to 'public/assets/css')
| -rw-r--r-- | public/assets/css/hootstream.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css index 9cd3be3..c563ba6 100644 --- a/public/assets/css/hootstream.css +++ b/public/assets/css/hootstream.css @@ -328,6 +328,7 @@ opacity: 0.8; transition: opacity 0.1s; } +#hootfilters input[type="checkbox"], #hootfilters input[type="radio"] { display: none; } |
