Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ncp-web/ncp.css')
-rw-r--r--ncp-web/ncp.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/ncp-web/ncp.css b/ncp-web/ncp.css
index 012721dc..b829eea7 100644
--- a/ncp-web/ncp.css
+++ b/ncp-web/ncp.css
@@ -1113,6 +1113,18 @@ select {
background-image: url('poweroff.svg');
}
+.icon-red-circle {
+ background-image: url('red-circle.svg');
+ padding: 8px;
+ display: none;
+}
+
+.icon-green-circle {
+ background-image: url('green-circle.svg');
+ padding: 8px;
+}
+
+
#expand #expandDisplayName {
padding: 8px;
opacity: 0.6;