1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-18 19:40:55 +01:00

Fix header bgcolor on Workpanels

Summary: We use different background colors on <body> depending on ui.header. This makes the workpanel header transparent to fit all cases.

Test Plan: Switch to `dark` header color and check work boards for no UI glitches.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D13658
This commit is contained in:
Chad Little 2015-07-19 07:43:05 -07:00
parent 3937d34ca2
commit ed676efdca
2 changed files with 3 additions and 3 deletions

View file

@ -153,7 +153,7 @@ return array(
'rsrc/css/phui/phui-text.css' => 'cf019f54',
'rsrc/css/phui/phui-timeline-view.css' => 'fc23e7b7',
'rsrc/css/phui/phui-workboard-view.css' => '6a20991a',
'rsrc/css/phui/phui-workpanel-view.css' => '00558537',
'rsrc/css/phui/phui-workpanel-view.css' => '8cebb2b1',
'rsrc/css/sprite-login.css' => '245e6e9e',
'rsrc/css/sprite-main-header.css' => 'f07bbb87',
'rsrc/css/sprite-menu.css' => '9dd65b92',
@ -809,7 +809,7 @@ return array(
'phui-theme-css' => '6b451f24',
'phui-timeline-view-css' => 'fc23e7b7',
'phui-workboard-view-css' => '6a20991a',
'phui-workpanel-view-css' => '00558537',
'phui-workpanel-view-css' => '8cebb2b1',
'phuix-action-list-view' => 'b5c256b8',
'phuix-action-view' => '8cf6d262',
'phuix-dropdown-menu' => 'bd4c8dca',

View file

@ -6,7 +6,7 @@
padding: 16px 0 8px;
border-color: {$lightgreyborder};
width: 300px;
background-color: {$lightgreybackground};
background-color: transparent;
}
.phui-workpanel-view .phui-header-shell .phui-header-header {