regression fix: ajax icons not appearing
This commit is contained in:
@@ -5887,7 +5887,7 @@ div.columnHost .column50 {
|
||||
width: 50%;
|
||||
}
|
||||
.hidden {
|
||||
display: none !important;
|
||||
display: none;
|
||||
}
|
||||
.success {
|
||||
color: #60A917;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -312,7 +312,6 @@
|
||||
background: repeating-linear-gradient(45deg, #f4f4f4, #f4f4f4 10px, #fff 10px, #fff 20px);
|
||||
}
|
||||
#DeviceDetailTab-DetailsContainer .device_detail_mdm_hardware_data code {
|
||||
display: block;
|
||||
word-break: break-all;
|
||||
}
|
||||
#deviceShowResources #AttachmentsContainer {
|
||||
|
||||
@@ -284,7 +284,6 @@
|
||||
}
|
||||
|
||||
.device_detail_mdm_hardware_data code {
|
||||
display: block;
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -1455,7 +1455,7 @@ div.columnHost .column50 {
|
||||
width: 50%;
|
||||
}
|
||||
.hidden {
|
||||
display: none !important;
|
||||
display: none;
|
||||
}
|
||||
.success {
|
||||
color: #60A917;
|
||||
|
||||
@@ -1523,7 +1523,7 @@ div.columnHost {
|
||||
|
||||
// Misc
|
||||
.hidden {
|
||||
display: none !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.success {
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user