diff --git a/timesheet/templates/pixelegg/app.css b/timesheet/templates/pixelegg/app.css index b4524e3696..45d5d9afc4 100755 --- a/timesheet/templates/pixelegg/app.css +++ b/timesheet/templates/pixelegg/app.css @@ -75,7 +75,7 @@ color: #0c5da5; line-height: 0.6em; padding-left: 0.1em; - padding-right: 4em; + padding-right: 100em; } #timesheet-index .nextmatch_header #timesheet-index_timesheet-index-add button#timesheet-index_add:active { background-color: #1aa200; diff --git a/timesheet/templates/pixelegg/app.less b/timesheet/templates/pixelegg/app.less index 817eb103a6..5200724a54 100755 --- a/timesheet/templates/pixelegg/app.less +++ b/timesheet/templates/pixelegg/app.less @@ -57,6 +57,7 @@ button#timesheet-index_add{ .Complete_Button_add_only_plus; .dimension_height_m; + &:hover {.Complete_Button_add_only_plus_hover;} &:active {background-color: @color_positive_action_active !important;}