Skip to content

Commit

Permalink
[FIX] project_timeline_hr_timesheet: fix scss
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pelykh committed Apr 9, 2019
1 parent 8d186a2 commit 2631bbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion project_timeline_hr_timesheet/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'license': 'AGPL-3',
'website': 'https://github.com/OCA/project',
'category': 'Project Management',
'version': '12.0.1.0.0',
'version': '12.0.1.0.1',
'depends': [
'project_timeline',
'hr_timesheet'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
margin-right: -5px;
margin-top: 5px;

.o_project_timeline_hr_timesheet_progress .div {
> div {
height: 100%;
max-width: 100%;
background: @progress-bar-success-bg;
background: theme-color('success');

.o_project_timeline_hr_timesheet_progress .danger {
background: @progress-bar-danger-bg;
&.danger {
background: theme-color('danger');
}
}
}

0 comments on commit 2631bbd

Please sign in to comment.