|
@@ -78,52 +78,52 @@ class NCCapabilitiesViewController: UIViewController, UIDocumentInteractionContr
|
|
|
|
|
|
statusFileSharing.layer.cornerRadius = 12.5
|
|
|
statusFileSharing.layer.borderWidth = 0.5
|
|
|
- statusFileSharing.layer.borderColor = UIColor.black.cgColor
|
|
|
+ statusFileSharing.layer.borderColor = NCBrandColor.sharedInstance.textView.cgColor
|
|
|
statusFileSharing.layer.backgroundColor = NCBrandColor.sharedInstance.graySoft.withAlphaComponent(0.3).cgColor
|
|
|
|
|
|
statusExternalSite.layer.cornerRadius = 12.5
|
|
|
statusExternalSite.layer.borderWidth = 0.5
|
|
|
- statusExternalSite.layer.borderColor = UIColor.black.cgColor
|
|
|
+ statusExternalSite.layer.borderColor = NCBrandColor.sharedInstance.textView.cgColor
|
|
|
statusExternalSite.layer.backgroundColor = NCBrandColor.sharedInstance.graySoft.withAlphaComponent(0.3).cgColor
|
|
|
|
|
|
statusEndToEndEncryption.layer.cornerRadius = 12.5
|
|
|
statusEndToEndEncryption.layer.borderWidth = 0.5
|
|
|
- statusEndToEndEncryption.layer.borderColor = UIColor.black.cgColor
|
|
|
+ statusEndToEndEncryption.layer.borderColor = NCBrandColor.sharedInstance.textView.cgColor
|
|
|
statusEndToEndEncryption.layer.backgroundColor = NCBrandColor.sharedInstance.graySoft.withAlphaComponent(0.3).cgColor
|
|
|
|
|
|
statusPaginatedFileListing.layer.cornerRadius = 12.5
|
|
|
statusPaginatedFileListing.layer.borderWidth = 0.5
|
|
|
- statusPaginatedFileListing.layer.borderColor = UIColor.black.cgColor
|
|
|
+ statusPaginatedFileListing.layer.borderColor = NCBrandColor.sharedInstance.textView.cgColor
|
|
|
statusPaginatedFileListing.layer.backgroundColor = NCBrandColor.sharedInstance.graySoft.withAlphaComponent(0.3).cgColor
|
|
|
|
|
|
statusActivity.layer.cornerRadius = 12.5
|
|
|
statusActivity.layer.borderWidth = 0.5
|
|
|
- statusActivity.layer.borderColor = UIColor.black.cgColor
|
|
|
+ statusActivity.layer.borderColor = NCBrandColor.sharedInstance.textView.cgColor
|
|
|
statusActivity.layer.backgroundColor = NCBrandColor.sharedInstance.graySoft.withAlphaComponent(0.3).cgColor
|
|
|
|
|
|
statusNotification.layer.cornerRadius = 12.5
|
|
|
statusNotification.layer.borderWidth = 0.5
|
|
|
- statusNotification.layer.borderColor = UIColor.black.cgColor
|
|
|
+ statusNotification.layer.borderColor = NCBrandColor.sharedInstance.textView.cgColor
|
|
|
statusNotification.layer.backgroundColor = NCBrandColor.sharedInstance.graySoft.withAlphaComponent(0.3).cgColor
|
|
|
|
|
|
statusDeletedFiles.layer.cornerRadius = 12.5
|
|
|
statusDeletedFiles.layer.borderWidth = 0.5
|
|
|
- statusDeletedFiles.layer.borderColor = UIColor.black.cgColor
|
|
|
+ statusDeletedFiles.layer.borderColor = NCBrandColor.sharedInstance.textView.cgColor
|
|
|
statusDeletedFiles.layer.backgroundColor = NCBrandColor.sharedInstance.graySoft.withAlphaComponent(0.3).cgColor
|
|
|
|
|
|
statusText.layer.cornerRadius = 12.5
|
|
|
statusText.layer.borderWidth = 0.5
|
|
|
- statusText.layer.borderColor = UIColor.black.cgColor
|
|
|
+ statusText.layer.borderColor = NCBrandColor.sharedInstance.textView.cgColor
|
|
|
statusText.layer.backgroundColor = NCBrandColor.sharedInstance.graySoft.withAlphaComponent(0.3).cgColor
|
|
|
|
|
|
statusCollabora.layer.cornerRadius = 12.5
|
|
|
statusCollabora.layer.borderWidth = 0.5
|
|
|
- statusCollabora.layer.borderColor = UIColor.black.cgColor
|
|
|
+ statusCollabora.layer.borderColor = NCBrandColor.sharedInstance.textView.cgColor
|
|
|
statusCollabora.layer.backgroundColor = NCBrandColor.sharedInstance.graySoft.withAlphaComponent(0.3).cgColor
|
|
|
|
|
|
statusOnlyOffice.layer.cornerRadius = 12.5
|
|
|
statusOnlyOffice.layer.borderWidth = 0.5
|
|
|
- statusOnlyOffice.layer.borderColor = UIColor.black.cgColor
|
|
|
+ statusOnlyOffice.layer.borderColor = NCBrandColor.sharedInstance.textView.cgColor
|
|
|
statusOnlyOffice.layer.backgroundColor = NCBrandColor.sharedInstance.graySoft.withAlphaComponent(0.3).cgColor
|
|
|
|
|
|
imageFileSharing.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "share"), width: 100, height: 100, color: .gray)
|