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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/search
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-04-15 13:25:38 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-04-15 13:25:38 +0400
commitf24b1509897299a3c80926da29ae0616bfbb17bf (patch)
tree300a449d9fbde3e65077ad931c0e6708813d26a5 /search
parent1258cde0209b2ef86aeedcc9470cd654dce58bab (diff)
search: fix color hex code
Diffstat (limited to 'search')
-rw-r--r--search/css/results.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/css/results.css b/search/css/results.css
index a2fc5b002de..6aa73f55c33 100644
--- a/search/css/results.css
+++ b/search/css/results.css
@@ -59,7 +59,7 @@
}
#searchresults .text {
padding-left: 16px;
- color: 999;
+ color: #999;
}
#searchresults td.result * {