Lighten up gradient on cards

Summary: Taller gradient, lighter at bottom. Also fixed right corners.

Test Plan: Chrome, Photoshop

Reviewers: epriestley, asherkin

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D5437
This commit is contained in:
Chad Little
2013-03-23 19:50:26 -07:00
parent 58a15ad250
commit 1a48c7ac40
3 changed files with 44 additions and 42 deletions

View File

@@ -31,6 +31,8 @@
border-width: 1px 1px 1px 0;
overflow: hidden;
position: relative;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.device-desktop .phabricator-object-item {
@@ -341,7 +343,7 @@
.phabricator-object-list-cards .phabricator-object-item {
border-radius: 3px;
border-left-width: 6px;
background: #e8e8e8 url('/rsrc/image/texture/card-gradient.png') repeat-x;
background: #f0f0f0 url('/rsrc/image/texture/card-gradient.png') repeat-x;
}
.phabricator-object-list-cards .phabricator-object-item-frame {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 988 B