mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 10:25: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 {
|
.ascribe-accordion-list-item-edition-widget {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $ascribe-color-dark;
|
color: $ascribe-color-dark;
|
||||||
}
|
}
|
||||||
|
@ -82,7 +82,7 @@
|
|||||||
|
|
||||||
.file-drag-and-drop-preview-image .action-file {
|
.file-drag-and-drop-preview-image .action-file {
|
||||||
font-size: 2.5em;
|
font-size: 2.5em;
|
||||||
margin-top: .3em;
|
margin-top: .6em;
|
||||||
color: white;
|
color: white;
|
||||||
text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
|
text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user