Skip to content

Commit

Permalink
dont' reduce opacity of image attachments issue #302
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmunro committed Nov 13, 2018
1 parent f13821c commit b96cb6e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/themes/assets/blue.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ html * { color: #404a5d !important; border-color: #cfdeff !important; }
body, .folder_cell { background: none !important; background-color: transparent !important; }
html { background: linear-gradient(0deg, #e8f0ff, #ecf2ff) !important; }
img { opacity: .3 !important; }
.msg_text_inner img, .apod_image img { opacity: 1 !important; }
a { color: #404a5d !important; }
a:hover { color: #39528c !important; }
textarea, select, input, .toggle_link { border-color: #ccc !important; color: #666; background-color: #e8f0ff; }
Expand Down
2 changes: 1 addition & 1 deletion modules/themes/assets/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ main, div { border-radius: 0px 0px 8px 8px }
body, .folder_cell { background: none !important; background-color: transparent !important; }
html { background: linear-gradient(0deg, #111, #333) !important; }
img { opacity: .4 !important; }
.apod_image img { opacity: 1 !important; }
.msg_text_inner img, .apod_image img { opacity: 1 !important; }
a { color: #aaa !important; }
a:hover { color: #fff !important; }
.selected_part, .toggle_recipients, textarea, select, input, .toggle_link { color: #aaa; background-color: #444 !important; }
Expand Down
1 change: 1 addition & 0 deletions modules/themes/assets/gray.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ main, div { border-radius: 3px 3px 5px 5px }
body, .folder_cell { background: none !important; background-color: transparent !important; }
html { background: linear-gradient(0deg, #aaa, #ccc) !important; }
img { opacity: .5 !important; }
.msg_text_inner img, .apod_image img { opacity: 1 !important; }
a { color: #222 !important; }
.list_meta, a:hover { color: #777 !important; }
textarea, select, input, .toggle_link { color: #aaa; background-color: #bbb !important; }
Expand Down
1 change: 1 addition & 0 deletions modules/themes/assets/green.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ body, .folder_cell { background: none !important; background-color: transparent
html { background: linear-gradient(340deg, #eee, #eee, #eee, #b8ccb9, #b8ccb9) !important; }
.msg_controls { background: linear-gradient(340deg, #b8ccb9, #b8ccb9) !important; }
img { opacity: .5 !important; }
.msg_text_inner img, .apod_image img { opacity: 1 !important; }
a { color: #222 !important; }
.list_meta, a:hover { color: #000 !important; }
.confirm_logout, .msg_controls a, textarea, select, input, .toggle_link { color: #aaa; background-color: #c7dcc8 !important; }
Expand Down
1 change: 1 addition & 0 deletions modules/themes/assets/hn.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ main, div { border-radius: 0px 0px 0px 0px }
body, .folder_cell { padding-top: 10px; background: none !important; background-color: transparent !important; }
html { background-color: #fff; }
img { opacity: .5 !important; }
.msg_text_inner img, .apod_image img { opacity: 1 !important; }
a { color: #222 !important; }
.list_meta, a:hover { color: #000 !important; }
msg_controls a, textarea, select, input, .toggle_link { color: #aaa; }
Expand Down
1 change: 1 addition & 0 deletions modules/themes/assets/so_alone.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ body, .folder_cell { background: none !important; background-color: transparent
/* html { background: linear-gradient(0deg, #111, #333) !important; } */
html { background: #242932 !important; }
img { opacity: .4 !important; }
.msg_text_inner img, .apod_image img { opacity: 1 !important; }
/* a { color: #8fbcbb !important; } */
a:hover { color: #9397cd !important; }

Expand Down
1 change: 1 addition & 0 deletions modules/themes/assets/tan.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ main, div { border-radius: 0px 0px 3px 3px }
body, .folder_cell { background: none !important; background-color: transparent !important; }
html { background: linear-gradient(0deg, #33281a, #94734b) !important; }
img { opacity: .4 !important; }
.msg_text_inner img, .apod_image img { opacity: 1 !important; }
a { color: #aaa !important; }
::-webkit-input-placeholder { color: #ddd; }
a:hover { color: #fff !important; }
Expand Down
1 change: 1 addition & 0 deletions modules/themes/assets/terminal.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ a { color: green !important; }
.nlink:hover, .plink:hover, a:hover { color: #82c885 !important; }
.confirm_logout, textarea, select, input, .toggle_link { border-radius: 0px; border-style: solid; border-color: #222 !important; color: green; background-color: #000 !important; }
.toggle_link img { display: inline-block; }
.msg_text_inner img, .apod_image img { opacity: 1 !important; }
.prevnext { display: none; }
::-webkit-input-placeholder { color: #174214; }
.checkbox_cell label { border: solid 1px green !important; }
Expand Down

0 comments on commit b96cb6e

Please sign in to comment.