diff --git a/css/bts_office.css b/css/bts_office.css index 16a50bc..667c64e 100644 --- a/css/bts_office.css +++ b/css/bts_office.css @@ -25,17 +25,18 @@ body { .titlebar_gradient { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6e6b4+0,ed9017+100 */ background: rgb(246,230,180); /* Old browsers */ - background: -moz-linear-gradient(top, rgba(246,230,180,1) 0%, rgba(237,144,23,1) 100%); /* FF3.6-15 */ - background: -webkit-linear-gradient(top, rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%); /* Chrome10-25,Safari5.1-6 */ - background: linear-gradient(to bottom, rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ + background: -moz-linear-gradient(top, rgba(246,230,180,1) 0%, rgba(249, 249, 249,1) 100%); /* FF3.6-15 */ + background: -webkit-linear-gradient(top, rgba(246,230,180,1) 0%,rgba(249, 249, 249,1) 100%); /* Chrome10-25,Safari5.1-6 */ + background: linear-gradient(to bottom, rgba(246,230,180,1) 0%,rgba(249, 249, 249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=0 ); /* IE6-9 */ + } .sheettitle h1:hover { text-decoration: underline; font-weight: bolder; cursor: pointer; - animation: blinker 1s linear infinite; + /* animation: blinker 1s linear infinite; */ } .timesheets { diff --git a/html/timesheet.html b/html/timesheet.html index a973bec..5a9f507 100644 --- a/html/timesheet.html +++ b/html/timesheet.html @@ -32,7 +32,7 @@