diff options
Diffstat (limited to 'pdf-as-web/src/main/webapp/assets/css')
-rw-r--r-- | pdf-as-web/src/main/webapp/assets/css/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pdf-as-web/src/main/webapp/assets/css/style.css b/pdf-as-web/src/main/webapp/assets/css/style.css index 989355ef..facb268a 100644 --- a/pdf-as-web/src/main/webapp/assets/css/style.css +++ b/pdf-as-web/src/main/webapp/assets/css/style.css @@ -710,10 +710,15 @@ footer { } #navBar { - margin-left: 37.5%; + margin-left: 37.5%; + } } +body.wait, body.wait *{ + cursor: wait !important; +} + #DropContainer { |