summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
authorraghunayyar <me@iraghu.com>2013-05-13 23:12:05 +0530
committerraghunayyar <me@iraghu.com>2013-05-13 23:12:05 +0530
commit6d95d130e4b5cefa757dbd59c6bfadf56e01722a (patch)
tree4fc898674ad33318f30ac12ef8c54d1e53c39621 /apps/files/css
parentd980ee9d9fed6cdab7377a8d2994584abdc52e05 (diff)
downloadnextcloud-server-6d95d130e4b5cefa757dbd59c6bfadf56e01722a.tar.gz
nextcloud-server-6d95d130e4b5cefa757dbd59c6bfadf56e01722a.zip
Keeping Font Colors Consistant on the headers.
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/files.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index ec323915b44..e9494b735ac 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -5,7 +5,8 @@
/* FILE MENU */
.actions { padding:.3em; height:2em; width: 100%; }
.actions input, .actions button, .actions .button { margin:0; float:left; }
-
+.actions .button a { color: #555; }
+.actions .button a:hover, .actions .button a:active { color: #333; }
#new {
height:17px; margin:0 0 0 1em; z-index:1010; float:left;
}
@@ -34,6 +35,7 @@
background-image:url('%webroot%/core/img/actions/upload.svg');
background-repeat:no-repeat;
background-position:7px 6px;
+ opacity:0.65;
}
.file_upload_target { display:none; }
.file_upload_form { display:inline; float:left; margin:0; padding:0; cursor:pointer; overflow:visible; }