mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-28 16:30:59 +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:
parent
ac868f56db
commit
82a061b485
2 changed files with 4 additions and 4 deletions
|
@ -3850,7 +3850,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phui-status-list-view-css' =>
|
'phui-status-list-view-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/f50f0ead/rsrc/css/phui/phui-status.css',
|
'uri' => '/res/3410386e/rsrc/css/phui/phui-status.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
|
|
@ -26,11 +26,11 @@
|
||||||
padding: 3px 0;
|
padding: 3px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.phui-status-item-highlighted {
|
.phui-status-item-highlighted td {
|
||||||
background-color: {$lightyellow};
|
background-color: {$lightyellow};
|
||||||
}
|
}
|
||||||
|
|
||||||
.phui-status-item-highlighted .phui-status-item-note {
|
.phui-status-item-highlighted td.phui-status-item-note {
|
||||||
background-color: #fff;
|
background-color: transparent;
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue