1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-28 00:10:57 +01:00

Make UIStatusList background element transparent instead of white

Summary: Fixes T3933.

Test Plan: See screenshot.

Reviewers: chad

Reviewed By: chad

CC: chad, aran

Maniphest Tasks: T3933

Differential Revision: https://secure.phabricator.com/D7272
This commit is contained in:
epriestley 2013-10-08 17:18:57 -07:00
parent ac868f56db
commit 82a061b485
2 changed files with 4 additions and 4 deletions

View file

@ -3850,7 +3850,7 @@ celerity_register_resource_map(array(
),
'phui-status-list-view-css' =>
array(
'uri' => '/res/f50f0ead/rsrc/css/phui/phui-status.css',
'uri' => '/res/3410386e/rsrc/css/phui/phui-status.css',
'type' => 'css',
'requires' =>
array(

View file

@ -26,11 +26,11 @@
padding: 3px 0;
}
.phui-status-item-highlighted {
.phui-status-item-highlighted td {
background-color: {$lightyellow};
}
.phui-status-item-highlighted .phui-status-item-note {
background-color: #fff;
.phui-status-item-highlighted td.phui-status-item-note {
background-color: transparent;
padding-left: 4px;
}