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.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/ncp-web/ncp.css b/ncp-web/ncp.css
index df5dc661..f3a6496a 100644
--- a/ncp-web/ncp.css
+++ b/ncp-web/ncp.css
@@ -1308,3 +1308,10 @@ a#versionlink:hover {
height:1px;
overflow:hidden
}
+
+#details-box {
+ background-color: #fbfbfb;
+ border: solid 1px lightgray;
+ color: #565656;
+ overflow: auto;
+}