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:
@@ -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 |
Reference in New Issue
Block a user