mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
hide close button for loading modal.
This commit is contained in:
+7
-1
@@ -272,7 +272,9 @@ ul.link-list li:last-child {
|
||||
.fr { float: right;}
|
||||
|
||||
div.hide,
|
||||
form.hide {
|
||||
form.hide,
|
||||
button.hide,
|
||||
a.hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -1674,6 +1676,10 @@ div.typeahead a:first-child {
|
||||
border-bottom: 1px solid #CCC;
|
||||
}
|
||||
|
||||
.modal-section:last-child {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.modal-flash .content {
|
||||
box-shadow: none;
|
||||
border-radius: 4px;
|
||||
|
||||
Reference in New Issue
Block a user