From 6b4985f5ad4372de1a70d25916108912bda9cc6a Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Thu, 26 Mar 2015 23:49:32 +0100 Subject: [PATCH] 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 184345aca7..6a32069120 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 f96c26aa62ee37910c0fdeab2a775d365f04f6c8..e7882298a834ca9e6b6f65719c24c00df45e545c 100644 GIT binary patch literal 326 zcmeAS@N?(olHy`uVBq!ia0y~yU~m9o4rT@hhPm4t-!L#RL<RVSxc>kDpMf@DqkO~) z1_lP%k|4ie21a%cMHMr92WMAL?|_gEr_Y|hbottiTX*k0c=+R*Q$QI514Essi(^Oy z<J$|Cd`yN6&VlV44s1BgaQM;h_{mI{1RAI8=xF)F|DlWj`zq^?ixYb%^_|(pD)J>E z&g6pJkBfPFOm|i@xN8aU*066&zB09e(?ww$dskarn9_l40mftYY&;SM2?>loD;a9d ttvwu0IdCsX5B)x&;pt3KUTKT(?>LV>VC=ct_RbX)7@n?vF6*2UngGp+TW|mX literal 160 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd7G?$phPQVgfdoVYd_r9R|Nk#1C#R&OBr7W` z2LmQIgvuEh7}!gK{DK(-b?3}qxY<ESZVm$jgR!TJV+codazX>+v@IbV&APh0=NOon zC6pOYc(iDxc{6ZZ9+2Rykn}WglbUjH65G{2MuyraGQE}^U$Pk(7#KWV{an^LB{Ts5 Df2S!? diff --git a/core/img/places/folder.svg b/core/img/places/folder.svg index 3b131829cd..08633f60a8 100644 --- a/core/img/places/folder.svg +++ b/core/img/places/folder.svg @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <g opacity=".7" fill="#1e1e1e" transform="matrix(.86667 0 0 .86667 -172.04 -864.43)" fill-rule="evenodd"> - <path fill="#1e1e1e" d="m200.2 998.57c-0.28913 0-0.53125 0.24212-0.53125 0.53125v13.938c0 0.2985 0.23264 0.5312 0.53125 0.5312h15.091c0.2986 0 0.53125-0.2327 0.53125-0.5312l0.0004-8.1661c0-0.289-0.24212-0.5338-0.53125-0.5338h-12.161l-0.0004 6.349c0 0.2771-0.30237 0.5638-0.57937 0.5638s-0.57447-0.2867-0.57447-0.5638l0.0004-7.0055c0-0.2771 0.23357-0.4974 0.51057-0.4974h2.6507l8.3774 0.0003-0.0004-1.7029c0-0.3272-0.24549-0.6047-0.57258-0.6047h-7.5043v-1.7764c0-0.28915-0.23415-0.53125-0.52328-0.53125z" fill-rule="evenodd"/> +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g fill-rule="evenodd" transform="matrix(.86667 0 0 .86667 -172.04 -864.43)"> + <path d="m200.2 998.57c-0.28913 0-0.53125 0.24212-0.53125 0.53125v13.938c0 0.2985 0.23264 0.5312 0.53125 0.5312h15.091c0.2986 0 0.53125-0.2327 0.53125-0.5312l0.0004-8.1661c0-0.289-0.24212-0.5338-0.53125-0.5338h-12.161l-0.0004 6.349c0 0.2771-0.30237 0.5638-0.57937 0.5638s-0.57447-0.2867-0.57447-0.5638l0.0004-7.0055c0-0.2771 0.23357-0.4974 0.51057-0.4974h2.6507l8.3774 0.0003-0.0004-1.7029c0-0.3272-0.24549-0.6047-0.57258-0.6047h-7.5043v-1.7764c0-0.28915-0.23415-0.53125-0.52328-0.53125z" fill-rule="evenodd"/> </g> </svg> -- GitLab