diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-08 19:25:28 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-08 19:25:28 +0200 |
commit | 84c2fe85b72a0ef2c3b56075316f75153ba07ae7 (patch) | |
tree | dd9957c6f4c357e5bf8dc8b1e11ee60f02dbdbad /core/css | |
parent | d53aa4a8163d0f8c272572c4fb75507e270e64ad (diff) | |
download | nextcloud-server-84c2fe85b72a0ef2c3b56075316f75153ba07ae7.tar.gz nextcloud-server-84c2fe85b72a0ef2c3b56075316f75153ba07ae7.zip |
add icons to files sidebar, fix shade, fix position of settings icon and text
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/apps.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index e8c60bd4773..9b662cc31af 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -457,11 +457,16 @@ width: 100%; padding: 0; margin: 0; - background-color: transparent; background-image: url('../img/actions/settings.svg'); - background-position: 10px center; background-repeat: no-repeat; + background-color: transparent; + background-image: url('../img/actions/settings.svg'); + background-position: 14px center; + background-repeat: no-repeat; box-shadow: none; border: 0; border-radius: 0; + text-align: left; + padding-left: 42px; + font-weight: normal; } .settings-button:hover, .settings-button:focus { |