|
|
|
@@ -72,7 +72,7 @@ body { |
|
|
|
} |
|
|
|
|
|
|
|
.timesheets .workspace { |
|
|
|
height: calc(100vh - 180px); |
|
|
|
height: calc(100vh - 190px); |
|
|
|
background-color: white; |
|
|
|
overflow-x: hidden; |
|
|
|
overflow-y: scroll; |
|
|
|
@@ -333,7 +333,7 @@ div.peopleitem label:hover :checked + .card { |
|
|
|
} |
|
|
|
|
|
|
|
div.sheetsheader { |
|
|
|
height: 100px; |
|
|
|
height: 110px; |
|
|
|
background: darkorange; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
@@ -384,7 +384,14 @@ div.weekly div.weekname { |
|
|
|
border: 2px solid grey; |
|
|
|
border-radius: 10px; |
|
|
|
text-align: center; |
|
|
|
background-color: white; |
|
|
|
|
|
|
|
color: white; |
|
|
|
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */ |
|
|
|
background: rgb(181,189,200); /* Old browsers */ |
|
|
|
background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6-15 */ |
|
|
|
background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10-25,Safari5.1-6 */ |
|
|
|
background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */ |
|
|
|
} |
|
|
|
|
|
|
|
div.weekly div.weekname.prev { |
|
|
|
@@ -400,11 +407,10 @@ div.weekly div.weekname.next { |
|
|
|
} |
|
|
|
|
|
|
|
div.weekly >div.weekname:hover, |
|
|
|
div.weekly >div.copyprogress:hover, |
|
|
|
div.weekly div[name='copyschedule']:hover |
|
|
|
{ |
|
|
|
cursor: pointer; |
|
|
|
box-shadow: 0px 0px 10px red; |
|
|
|
box-shadow: 0px 0px 10px #2c87f0; |
|
|
|
} |
|
|
|
|
|
|
|
div.weekly div.copyprogress { |
|
|
|
@@ -412,11 +418,17 @@ div.weekly div.copyprogress { |
|
|
|
display: inline-block; |
|
|
|
width: calc(100% - 80px); |
|
|
|
height: 15px; |
|
|
|
background-color: yellow; |
|
|
|
top: 0px; |
|
|
|
border-radius: 2px; |
|
|
|
box-shadow: inset 1px 1px 2px black; |
|
|
|
text-align:center; |
|
|
|
|
|
|
|
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */ |
|
|
|
background: rgb(254,252,234); /* Old browsers */ |
|
|
|
background: -moz-linear-gradient(top, rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%); /* FF3.6-15 */ |
|
|
|
background: -webkit-linear-gradient(top, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Chrome10-25,Safari5.1-6 */ |
|
|
|
background: linear-gradient(to bottom, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */ |
|
|
|
} |
|
|
|
|
|
|
|
div.copyprogress div[name='copyschedule'] { |
|
|
|
@@ -426,10 +438,17 @@ div.copyprogress div[name='copyschedule'] { |
|
|
|
height: 25px; |
|
|
|
padding: 0px; |
|
|
|
border-radius: 10px; |
|
|
|
background-color: black; |
|
|
|
color: white; |
|
|
|
|
|
|
|
margin:auto; |
|
|
|
z-index:1; |
|
|
|
|
|
|
|
color: white; |
|
|
|
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */ |
|
|
|
background: rgb(181,189,200); /* Old browsers */ |
|
|
|
background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6-15 */ |
|
|
|
background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10-25,Safari5.1-6 */ |
|
|
|
background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */ |
|
|
|
} |
|
|
|
|
|
|
|
div.weekdays { |
|
|
|
@@ -452,7 +471,30 @@ div.week2 { |
|
|
|
padding-left: 10px; |
|
|
|
padding-right: 10px; |
|
|
|
} |
|
|
|
div.week1:hover, |
|
|
|
div.week2:Hover { |
|
|
|
border-radius: 20px; |
|
|
|
box-shadow: 0px 0px 2px #2c87f0 inset; |
|
|
|
cursor: pointer; |
|
|
|
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebf1f6+0,abd3ee+50,89c3eb+51,d5ebfb+100;Blue+Gloss+%234 */ |
|
|
|
background: rgb(235,241,246); /* Old browsers */ |
|
|
|
background: -moz-linear-gradient(top, rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%); /* FF3.6-15 */ |
|
|
|
background: -webkit-linear-gradient(top, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Chrome10-25,Safari5.1-6 */ |
|
|
|
background: linear-gradient(to bottom, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */ |
|
|
|
} |
|
|
|
|
|
|
|
div.week1.filtered, |
|
|
|
div.week2.filtered{ |
|
|
|
border-radius: 20px; |
|
|
|
/* background:white; */ |
|
|
|
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebf1f6+0,abd3ee+50,89c3eb+51,d5ebfb+100;Blue+Gloss+%234 */ |
|
|
|
background: rgb(235,241,246); /* Old browsers */ |
|
|
|
background: -moz-linear-gradient(top, rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%); /* FF3.6-15 */ |
|
|
|
background: -webkit-linear-gradient(top, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Chrome10-25,Safari5.1-6 */ |
|
|
|
background: linear-gradient(to bottom, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */ |
|
|
|
} |
|
|
|
|
|
|
|
div.week1:after, |
|
|
|
div.week2:after { |
|
|
|
@@ -708,7 +750,7 @@ div.blueTable.emptyrecord{ |
|
|
|
/* customized part of div table */ |
|
|
|
div.sheettableheader { |
|
|
|
margin-top: 0px; |
|
|
|
height: 26px; |
|
|
|
height: 36px; |
|
|
|
overflow-x: hidden; |
|
|
|
overflow-y: scroll; |
|
|
|
} |
|
|
|
@@ -728,11 +770,16 @@ div.bdelete { |
|
|
|
} |
|
|
|
|
|
|
|
div.btos { |
|
|
|
width: 15%; |
|
|
|
width: 20%; |
|
|
|
} |
|
|
|
|
|
|
|
div.bstart, |
|
|
|
div.bfinish{ |
|
|
|
width:11%; |
|
|
|
} |
|
|
|
|
|
|
|
div.brate{ |
|
|
|
width: 20%; |
|
|
|
width: 10%; |
|
|
|
max-width: 20px; |
|
|
|
} |
|
|
|
.divTable div > select{ |
|
|
|
@@ -758,8 +805,8 @@ div.brating{ |
|
|
|
unicode-bidi: bidi-override; |
|
|
|
direction: rtl; |
|
|
|
} |
|
|
|
.brating > span:hover:before, |
|
|
|
.brating > span:hover ~ span:before { |
|
|
|
div.workspace .brating > span:hover:before, |
|
|
|
div.workspace .brating > span:hover ~ span:before { |
|
|
|
content: "\2605"; |
|
|
|
position: absolute; |
|
|
|
} |
|
|
|
@@ -769,15 +816,41 @@ div.bsave span.ticon-copy{ |
|
|
|
} |
|
|
|
div.bsave span.ticon-save{ |
|
|
|
display: inline-block; |
|
|
|
border: 3px solid lightgrey; |
|
|
|
padding: 5px; |
|
|
|
border-radius: 5px; |
|
|
|
color: black; |
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
div.bsave.saved span.ticon-save{ |
|
|
|
display: none; |
|
|
|
} |
|
|
|
|
|
|
|
div.bsave.saved span.ticon-copy{ |
|
|
|
display: inline-block; |
|
|
|
border: 3px solid orange; |
|
|
|
padding: 5px; |
|
|
|
border-radius: 20px; |
|
|
|
color: orange; |
|
|
|
} |
|
|
|
div.bdelete span.ticon-trash{ |
|
|
|
display: inline-block; |
|
|
|
border: 3px solid lightgrey; |
|
|
|
padding: 5px; |
|
|
|
border-radius: 5px; |
|
|
|
color: red; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
|
|
|
|
div.workspace div > span:hover{ |
|
|
|
box-shadow:0px 0px 10px black; |
|
|
|
} |
|
|
|
|
|
|
|
div.divTableHeading div > span:hover{ |
|
|
|
cursor: pointer; |
|
|
|
animation: blinker 0.3s linear infinite; |
|
|
|
} |
|
|
|
|
|
|
|
/* short code for the table */ |
|
|
|
div.btos select, |