summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-10-04 17:32:06 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-10-04 17:32:06 +0300
commitda0db7bcb28dc49e7157c56b758f1d2c8d59fe5b (patch)
tree56e2f8a45923b81e79a67adb67765b4c3afc6f6e /apps
parent041837de2c85d79a05d29933d87e9077dd31530c (diff)
downloadnextcloud-server-da0db7bcb28dc49e7157c56b758f1d2c8d59fe5b.tar.gz
nextcloud-server-da0db7bcb28dc49e7157c56b758f1d2c8d59fe5b.zip
fix multiselect bar opacity, webroot
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.css6
-rw-r--r--apps/files_sharing/css/public.css2
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index f10e26a9771..12de81c609d 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -14,7 +14,7 @@
padding: 0 !important; /* override default control bar button padding */
}
#trash {
- margin: 0 1em;
+ margin-right: 12px;
float: right;
}
#new>a, #trash>a {
@@ -114,7 +114,7 @@ table th#headerDate, table td.date {
table.multiselect thead {
position: fixed;
top: 89px;
- z-index: 1;
+ z-index: 10;
-moz-box-sizing: border-box;
box-sizing: border-box;
left: 0;
@@ -123,7 +123,7 @@ table.multiselect thead {
}
table.multiselect thead th {
- background-color: rgba(210,210,210,.7);
+ background-color: rgba(220,220,220,.8);
color: #000;
font-weight: bold;
border-bottom: 0;
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index 2c716c1cfdf..3aa4a483041 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -3,7 +3,7 @@ body {
}
#header {
- background: #1d2d44 url('../../../core/img/noise.png') repeat;
+ background: #1d2d44 url('%webroot%/core/img/noise.png') repeat;
height:2.5em;
left:0;
line-height:2.5em;