diff --git a/resources/views/time_tracker.blade.php b/resources/views/time_tracker.blade.php index 53ffee486a04..85e60e587938 100644 --- a/resources/views/time_tracker.blade.php +++ b/resources/views/time_tracker.blade.php @@ -23,9 +23,13 @@ .list-group-item.active { background-color: #f8f8f8 !important; color: black !important; - border-color: #ccc !important; + xborder-color: #888 !important; border-left-color: #f8f8f8 !important; border-right-color: #f8f8f8 !important; + + box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.2); + border-color: #fff !important; +} } span.link { @@ -105,7 +109,7 @@
-