summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRaghu Nayyar <me@iraghu.com>2013-05-14 09:52:54 -0700
committerRaghu Nayyar <me@iraghu.com>2013-05-14 09:52:54 -0700
commit418503a4ad4c2c7710c04bdb67d8080dbb936d35 (patch)
tree1a9ae25f6109b1c8409ba4d859f9cf9bfc0729b1 /apps
parent784f117ec27f27837bbacde199122deaace5f4c6 (diff)
parent18618c75aaa4933d8b82e006704c58738114fb45 (diff)
downloadnextcloud-server-418503a4ad4c2c7710c04bdb67d8080dbb936d35.tar.gz
nextcloud-server-418503a4ad4c2c7710c04bdb67d8080dbb936d35.zip
Merge pull request #3338 from owncloud/button_color_fix
Keeping Font Colors Consistant on the headers.
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index ec323915b44..f788949b1b6 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; }
@@ -148,7 +150,7 @@ a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; }
#scanning-message{ top:40%; left:40%; position:absolute; display:none; }
-div.crumb a{ padding:0.9em 0 0.7em 0; }
+div.crumb a{ padding:0.9em 0 0.7em 0; color:#555; }
table.dragshadow {
width:auto;