1
0
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:
Tim Daubenschütz 2015-07-10 14:34:14 +02:00
parent 62ae8fd08b
commit 75590dbb34
2 changed files with 6 additions and 1 deletions

View File

@ -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;
}

View File

@ -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;