mirror of
https://github.com/ascribe/onion.git
synced 2024-11-14 17:15:08 +01:00
fix position of spinner in fine uploader
This commit is contained in:
parent
62ae8fd08b
commit
75590dbb34
@ -150,6 +150,11 @@ span.ascribe-accordion-list-table-toggle {
|
||||
.ascribe-accordion-list-item-edition-widget {
|
||||
cursor: pointer;
|
||||
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-ms-user-select: none;
|
||||
|
||||
&:hover {
|
||||
color: $ascribe-color-dark;
|
||||
}
|
||||
|
@ -82,7 +82,7 @@
|
||||
|
||||
.file-drag-and-drop-preview-image .action-file {
|
||||
font-size: 2.5em;
|
||||
margin-top: .3em;
|
||||
margin-top: .6em;
|
||||
color: white;
|
||||
text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
|
||||
cursor: pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user