mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[GH-ISSUE #302] opacity on viewing image attachment? #262
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#262
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mpaolo on GitHub (Nov 8, 2018).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/302
Originally assigned to: @jasonmunro on GitHub.
🐛 Bugreport
Hi,
seems that all but the default theme have
img { opacity: .3 !important; }for the img tag, hence an attached img displays like behind a semiopaque glass.
Don't see the reason for that, nor an obvious config-dependent option selected,
thus I deem it a bug
thx
Version & Environment
Cypht latest, Debian stretch, nginx+dovecotimapd, vrom Ffox latest on W10pro
Steps to reproduce
just try to view a sen/received img attachment in non-default theme e.g. *blue
@jasonmunro commented on GitHub (Nov 8, 2018):
Yep, good call. The opacity change is to make the icons blend in a bit better with themes. Just added an override for viewing message image attachments. Overall themes could use some love :)
@mpaolo commented on GitHub (Nov 9, 2018):
hm I grabbed the latest, seen the changes, then replaced the new .css ... but see no effect. Thing is, seems the browser still sees the previous .css. Purged browser cache, restarted nginx, close/open browser ... to no avail. Wonder how to convince FFox to drop the cached things, or where the heck it's cached :/
Even in another browser wich never visited the site the .css seems the old one - missing the
.msg_text_inner img, .apod_image img { opacity: 1 !important; }So either it's the nginx or ... am I supposed to re-run the config-gen script?
@jasonmunro commented on GitHub (Nov 9, 2018):
Sorry, should have mentioned that you do need to rerun the config gen script. Part of what that does is copy assets from enabled module sets into the site directory, like the theme css files.
@mpaolo commented on GitHub (Nov 9, 2018):
aha! that did the trick indeed - looks fine now
thanx!