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.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/ncp-web/ncp.css b/ncp-web/ncp.css
index 5e1b89cd..21b73c64 100644
--- a/ncp-web/ncp.css
+++ b/ncp-web/ncp.css
@@ -1118,7 +1118,15 @@ select {
.icon-power-white {
background-image: url('img/poweroff.svg');
}
-
+.icon-nc-white {
+ background-image: url('img/nc-button.svg');
+}
+.icon-nc-info {
+ background-image: url('img/info-white.svg');
+}
+.icon-config {
+ background-image: url('img/settings-white.svg');
+}
.icon-reboot-white {
background-image: url('img/reboot.svg');
}
@@ -1283,6 +1291,10 @@ a#versionlink:hover {
margin-bottom: 1em;
}
+#nc-config-box {
+ color: gray;
+}
+
.hidden {
display:none
}