From e09fd331eb1ae80991167c4904e1297310c78363 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 26 Mar 2015 23:22:26 +0100 Subject: adjust emptycontent messages for files and files_external --- apps/files/templates/list.php | 2 +- apps/files_external/templates/list.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index 47f15d8a148..02137c7e446 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -53,7 +53,7 @@ diff --git a/apps/files_external/templates/list.php b/apps/files_external/templates/list.php index 8358cc1bc3f..750bf1dae18 100644 --- a/apps/files_external/templates/list.php +++ b/apps/files_external/templates/list.php @@ -7,7 +7,7 @@ -- cgit v1.2.3 From 6b4985f5ad4372de1a70d25916108912bda9cc6a Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 26 Mar 2015 23:49:32 +0100 Subject: adjust shade of empty content icons, fix files icon shade --- core/css/styles.css | 4 ++-- core/img/places/folder.png | Bin 160 -> 326 bytes core/img/places/folder.svg | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/css/styles.css b/core/css/styles.css index 184345aca74..6a32069120a 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -355,8 +355,8 @@ input[type="submit"].enabled { height: 64px; width: 64px; margin: 0 auto 15px; - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; - opacity: .5; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; + opacity: .4; } diff --git a/core/img/places/folder.png b/core/img/places/folder.png index f96c26aa62e..e7882298a83 100644 Binary files a/core/img/places/folder.png and b/core/img/places/folder.png differ diff --git a/core/img/places/folder.svg b/core/img/places/folder.svg index 3b131829cdb..08633f60a80 100644 --- a/core/img/places/folder.svg +++ b/core/img/places/folder.svg @@ -1,6 +1,6 @@ - - - + + + -- cgit v1.2.3