diff --git a/resources/views/tasks/time_tracker.blade.php b/resources/views/tasks/time_tracker.blade.php index 434afb7066..ca2c6781b7 100644 --- a/resources/views/tasks/time_tracker.blade.php +++ b/resources/views/tasks/time_tracker.blade.php @@ -51,10 +51,8 @@ .list-group-item.active { background-color: #f8f8f8 !important; color: black !important; - border-left-color: #f8f8f8 !important; - border-right-color: #f8f8f8 !important; - box-shadow: 0 0 0 2px rgba(0,0,0,.1), 0 2px 2px rgba(0,0,0,.2); - border-color: #fff !important; + border: 1px solid rgba(81, 203, 238, 1); + box-shadow: 0 0 5px rgba(81, 203, 238, 1); } .list-group-item.changed { @@ -112,9 +110,7 @@ bottom: 0; width: 6px; content: ""; - background-color: #36c157; /* green */ - xbackground-color: #d9534f; /* red */ - xbackground-color: orange; /* orange */ + background-color: #36c157; } body { @@ -130,12 +126,6 @@ } - .times-table td { - xmargin: 0px !important; - xpadding: 0px !important; - xpadding-bottom: 10px !important; - } - .ui-timepicker-wrapper.start-time { width: 140px !important; } @@ -305,38 +295,38 @@