diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-04-15 11:25:38 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-04-15 11:25:38 +0200 |
commit | f24b1509897299a3c80926da29ae0616bfbb17bf (patch) | |
tree | 300a449d9fbde3e65077ad931c0e6708813d26a5 /search | |
parent | 1258cde0209b2ef86aeedcc9470cd654dce58bab (diff) | |
download | nextcloud-server-f24b1509897299a3c80926da29ae0616bfbb17bf.tar.gz nextcloud-server-f24b1509897299a3c80926da29ae0616bfbb17bf.zip |
search: fix color hex code
Diffstat (limited to 'search')
-rw-r--r-- | search/css/results.css | 2 |
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 * { |