mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 17:37:49 +02:00
Merge branch 'spinner'
Conflicts: css/app.css js/id/connection.js
This commit is contained in:
+19
@@ -24,6 +24,25 @@ body {
|
||||
max-width: 1200px;
|
||||
}
|
||||
|
||||
.spinner {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.spinner img {
|
||||
position: fixed;
|
||||
padding: 5px;
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
margin: auto;
|
||||
border-radius: 5px;
|
||||
background: black;
|
||||
pointer-events:none;
|
||||
}
|
||||
|
||||
div, textarea, input, form, span, ul, li, ol, a, button {
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user