mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-01 17:38:33 +00:00
Dropzone styling improvements (#15291)
* Dropzone styling improvements - Move all dropzone styles to separate file - Fix white background in arc-green - Fix rendering of non-square images and previews * increase thumbnail quality, set contain in js, replace blur effect with opacity
This commit is contained in:
parent
3dc099773d
commit
afa781bf20
5 changed files with 57 additions and 37 deletions
|
@ -426,14 +426,6 @@ td.blob-hunk {
|
|||
box-shadow: 0 0 0 1px rgba(121, 71, 66, .5) inset, 0 0 0 0 transparent;
|
||||
}
|
||||
|
||||
.ui.form .dropzone .dz-button {
|
||||
color: rgba(158, 158, 158, .8);
|
||||
}
|
||||
|
||||
.ui.form .dropzone:hover .dz-button {
|
||||
color: rgba(158, 158, 158, 1);
|
||||
}
|
||||
|
||||
.ui.list .list > .item .header,
|
||||
.ui.list > .item .header {
|
||||
color: #dedede;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue