| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982 |
- /* Sample CSS for jsGanttImproved v1.8.0 */
- div.gantt {
- font-family: tahoma, arial, verdana, Sans-serif;
- font-size: 10px;
- color: #656565;
- }
- .gantt table {
- border-collapse: collapse;
- }
- .gantt td {
- padding: 0px;
- }
- /* cell defaults */
- .headweekends div {
- font-size: 8px;
- width: 100% !important;
- margin: 0;
- }
- .gmajorheading,
- .gminorheading,
- .gminorheadingwkend,
- .gtaskcell,
- .gtaskcellcurrent,
- .gtaskcellwkend {
- height: 19px;
- font-size: 12px;
- border: #efefef 1px solid;
- text-align: center;
- cursor: default
- }
- .gtasklist {
- height: 19px;
- min-width: 5px;
- max-width: 5px;
- width: 5px;
- border: #efefef 1px solid;
- border-right: none;
- }
- .gtasknolist-label{
- padding: 10px 50px;
- }
- /* all three width values set just to make sure - helps resizing code */
- /* Additional values for some cell elements */
- .gtaskheading,
- .gmajorheading,
- .gminorheading {
- background-color: #ffffff;
- font-weight: bold;
- font-size: 9px;
- white-space: nowrap;
- }
- .gtaskcellwkend,
- .gtaskcellcurrent,
- .gminorheadingwkend {
- background-color: #f7f7f7;
- font-weight: bold;
- font-size: 9px;
- white-space: nowrap;
- }
- .gtaskcellcurrent {
- background-color: #e1e0f7;
- }
- td.gtaskcell {
- text-align: left;
- }
- td.gspanning {
- border-left: none;
- border-right: none;
- }
- .gtaskcelldiv {
- position: relative;
- }
- /* Task list defaults */
- .gtaskheading,
- .gname,
- .gtaskname,
- .gres,
- .gdur,
- .gcomp,
- .gstartdate,
- .gplanstartdate,
- .gplanenddate,
- .gcost,
- .genddate {
- height: 18px;
- white-space: nowrap;
- border: #efefef 1px solid;
- }
- .gtaskheading div,
- .gname div,
- .gtaskname div,
- .gres div,
- .gdur div,
- .gcomp div,
- .gstartdate div,
- .gplanstartdate div,
- .gplanenddate div,
- .gcost div,
- .genddate div {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .gtaskbarcontainer.gplan {
- position: absolute !important;
- top: 0px;
- opacity: 0.3;
- background: white;
- z-index: 10000;
- border: 1px solid black;
- }
- /* Additional values for some task list elements */
- /* needed for IE8 */
- .gstartdate div,
- .gplanstartdate,
- .gplanenddate,
- .gstartdate,
- .genddate {
- text-align: center;
- min-width: 105px;
- width: 105px;
- max-width: 105px;
- font-size: 10px;
- }
- .gtaskheading {
- text-align: center;
- }
- .gtaskname div,
- /* needed for IE8 */
- .gtaskname {
- min-width: 170px;
- max-width: 170px;
- width: 170px;
- font-size: 9px;
- border-left: none;
- }
- .gtaskheading,
- .gtaskname {
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .gtaskname.gtaskeditable div,
- .gtaskname.gtaskeditable {
- overflow: unset;
- }
- .gselector {
- text-align: left;
- white-space: nowrap;
- min-width: 170px;
- max-width: 170px;
- width: 170px;
- }
- .gformlabel {
- position: relative;
- top: 0px;
- cursor: pointer;
- border: #ffffff 1px solid;
- margin-left: 2px;
- padding-left: 2px;
- padding-right: 2px;
- }
- span.gformlabel:hover,
- span.gselected {
- background-color: #dbecff;
- border: #cccccc 1px solid;
- }
- span.gfoldercollapse {
- color: #000000;
- cursor: pointer;
- font-weight: bold;
- font-size: 12px;
- font-family: Courier, "Courier New", monospace;
- }
- .gtasktableh,
- .gtasktable {
- border-right: #efefef 1px solid;
- width: 100%;
- }
- .gcharttableh,
- .gtasktableh,
- .gtasktable,
- .gcharttable {
- border-collapse: collapse;
- }
- .gcharttable,
- .gcharttableh {
- table-layout: fixed;
- }
- .gcharttable {
- border: #efefef 1px solid;
- }
- /* for some reason firefox needs this */
- /* Differentiate Group, Milestone and Ordinary task items (applied to row) */
- .ggroupitem {
- background-color: #fbfbfb;
- font-weight: bold;
- }
- .gmileitem,
- .glineitem {
- background-color: #ffffff;
- }
- /* highlight row (applied to row) */
- .gitemhighlight td {
- background-image: none;
- background-color: #fffde5;
- }
- /* task bar caption text styles */
- .gmilecaption,
- .ggroupcaption,
- .gcaption {
- font-weight: normal;
- font-size: 9px;
- text-align: left;
- white-space: nowrap;
- top: 1px;
- position: absolute;
- top: 2px;
- }
- .ggroupcaption,
- .gcaption {
- right: -126px;
- }
- /* Task complete %age bar shared attributes */
- .gtaskcomplete {
- float: left;
- overflow: hidden;
- }
- /* Task complete %age bar */
- .gtaskcomplete {
- height: 5px;
- background-color: #000000;
- margin-top: 4px;
- opacity: 0.4;
- filter: alpha(opacity=40);
- }
- /* Milestones */
- .gmilestone {
- font-size: 14px;
- position: absolute;
- top: -2px;
- }
- .gmdtop {
- top: 2px;
- overflow: hidden;
- width: 0px;
- height: 0px;
- border-bottom: 5px solid black;
- border-left: 5px solid transparent;
- border-top: 5px solid transparent;
- border-right: 5px solid transparent;
- }
- .gmdbottom {
- top: 2px;
- overflow: hidden;
- width: 0px;
- height: 0px;
- border-top: 5px solid black;
- border-left: 5px solid transparent;
- border-bottom: 5px solid transparent;
- border-right: 5px solid transparent;
- }
- /* Task bar shared attributes */
- .ggroupblack,
- .gtaskblue,
- .gtaskred,
- .gtaskgreen,
- .gtaskyellow,
- .gtaskpurple,
- .gtaskpink {
- height: 13px;
- filter: alpha(opacity=90);
- opacity: 0.9;
- margin-top: 1px;
- }
- /* Task bars - ggroupblack is set as the default class on the task if it is undefined */
- .ggroupblack {
- height: 7px;
- background: #000000;
- margin-top: 2px;
- }
- .ggroupblackendpointleft {
- overflow: hidden;
- width: 0px;
- height: 0px;
- top: 2px;
- border-top: 4px solid black;
- border-left: 4px solid transparent;
- border-bottom: 4px solid transparent;
- border-right: 4px solid transparent;
- float: left;
- }
- .ggroupblackendpointright {
- overflow: hidden;
- width: 0px;
- height: 0px;
- top: 2px;
- border-top: 4px solid black;
- border-left: 4px solid transparent;
- border-bottom: 4px solid transparent;
- border-right: 4px solid transparent;
- float: right;
- }
- .ggroupblackcomplete {
- float: left;
- overflow: hidden;
- height: 3px;
- filter: alpha(opacity=80);
- opacity: 0.8;
- background-color: #777777;
- margin-top: 2px;
- margin-bottom: 2px;
- }
- .gtaskblue {
- background: rgb(58, 132, 195);
- /* Old browsers */
- background: linear-gradient(to bottom, rgba(58, 132, 195, 1) 0%, rgba(65, 154, 214, 1) 20%, rgba(75, 184, 240, 1) 40%, rgba(58, 139, 194, 1) 70%, rgba(38, 85, 139, 1) 100%);
- /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4bb8f0', endColorstr='#3a84c3', GradientType=0);
- /* IE6-9 */
- }
- .gtaskred {
- background: rgb(196, 58, 58);
- /* Old browsers */
- background: linear-gradient(to bottom, rgba(196, 58, 58, 1) 0%, rgba(211, 65, 65, 1) 20%, rgba(239, 76, 76, 1) 40%, rgba(196, 58, 58, 1) 70%, rgba(135, 37, 37, 1) 100%);
- /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef4c4c', endColorstr='#c43a3a', GradientType=0);
- /* IE6-9 */
- }
- .gtaskgreen {
- background: rgb(80, 193, 58);
- /* Old browsers */
- background: linear-gradient(to bottom, rgba(80, 193, 58, 1) 0%, rgba(88, 209, 64, 1) 20%, rgba(102, 237, 75, 1) 40%, rgba(80, 193, 58, 1) 70%, rgba(53, 132, 37, 1) 100%);
- /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ED4B', endColorstr='#50c13a', GradientType=0);
- /* IE6-9 */
- }
- .gtaskyellow {
- background: rgb(247, 228, 56);
- /* Old browsers */
- background: linear-gradient(to bottom, rgba(247, 228, 56, 1) 0%, rgba(239, 239, 55, 1) 20%, rgba(255, 255, 58, 1) 40%, rgba(242, 236, 55, 1) 70%, rgba(241, 218, 54, 1) 100%);
- /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff3a', endColorstr='#f7e438', GradientType=0);
- /* IE6-9 */
- }
- .gtaskpurple {
- background: rgb(193, 58, 193);
- /* Old browsers */
- background: linear-gradient(to bottom, rgba(193, 58, 193, 1) 0%, rgba(211, 65, 211, 1) 20%, rgba(239, 76, 239, 1) 40%, rgba(193, 58, 193, 1) 70%, rgba(137, 38, 137, 1) 100%);
- /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef4cef', endColorstr='#892689', GradientType=0);
- /* IE6-9 */
- }
- .gtaskpink {
- background: rgb(249, 177, 245);
- /* Old browsers */
- background: linear-gradient(to bottom, rgba(249, 177, 245, 1) 0%, rgba(247, 192, 243, 1) 20%, rgba(247, 202, 244, 1) 40%, rgba(249, 192, 246, 1) 70%, rgba(252, 174, 247, 1) 100%);
- /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7caf4', endColorstr='#fcaef7', GradientType=0);
- /* IE6-9 */
- }
- .gtaskbluecomplete,
- .gtaskredcomplete,
- .gtaskgreencomplete,
- .gtaskyellowcomplete,
- .gtaskpurplecomplete,
- .gtaskpinkcomplete {
- float: left;
- overflow: hidden;
- height: 5px;
- filter: alpha(opacity=40);
- opacity: 0.4;
- background-color: #000000;
- margin-top: 4px;
- }
- /* END Task bar styles */
- .glinev {
- border-left: 1px solid;
- width: 0px;
- }
- .glineh {
- border-top: 1px solid;
- height: 0px;
- }
- .gDepFS,
- .gDepSS,
- .gDepSF,
- .gDepFF {
- border-color: #ff0000;
- }
- .gDepFSArw,
- .gDepSSArw {
- overflow: hidden;
- width: 0px;
- height: 0px;
- border-bottom: 4px solid transparent;
- border-left: 4px solid #ff0000;
- border-top: 4px solid transparent;
- border-right: 4px solid transparent;
- }
- .gDepFFArw,
- .gDepSFArw {
- overflow: hidden;
- width: 0px;
- height: 0px;
- border-bottom: 4px solid transparent;
- border-left: 4px solid transparent;
- border-top: 4px solid transparent;
- border-right: 4px solid #ff0000;
- }
- .gCurDate {
- border-color: #0000ff;
- }
- div.gtaskbarcontainer {
- z-index: 1;
- position: absolute;
- top: 0px
- }
- .textbar {
- word-break: break-all;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- width: 40%;
- display: inline-block;
- }
- .JSGanttToolTip {
- position: absolute;
- display: block;
- z-index: 10000;
- }
- .JSGanttToolTipcont {
- font-family: tahoma, arial, verdana;
- font-size: 10px;
- display: block;
- background: #ffffff;
- color: #656565
- }
- .gTaskInfo {
- background: #dbecff;
- width: 400px;
- border: #656565 1px solid;
- border-radius: 10px;
- padding: 4px 6px 4px 6px;
- float: left;
- }
- .gTtTitle {
- display: block;
- font-size: 12px;
- font-weight: bold;
- color: #404040;
- margin-left: 4px;
- margin-bottom: 1em;
- }
- .gTaskLabel {
- font-size: 11px;
- font-weight: bold;
- color: #656565;
- margin-left: 4px;
- }
- .gTaskText {
- position: absolute;
- left: 90px;
- padding-top: 1px;
- font-size: 10px;
- font-weight: normal;
- color: #656565;
- }
- .gTaskNotes {
- font-size: 11px;
- font-weight: normal;
- color: #323232;
- padding: 0 15px;
- display: block;
- }
- .gTIn {
- padding-top: 10px;
- }
- .gantt {
- min-width: 632px;
- /* 2x LC width */
- }
- .gchartcontainer {
- /* padding-left: 532px; LC width */
- line-height: 1;
- /* Overrides inherited CSS (e.g. from Bootstrap) */
- display: flex;
- }
- .gcontainercol {
- position: relative;
- }
- /* Add a max-height value here if wanted */
- .glistgrid {
- min-width: 132px;
- /* LC width */
- float: left;
- /* LC width */
- padding-right: 0px;
- padding-left: 0px;
- padding-bottom: 0px;
- padding-top: 0px;
- background-color: #ffffff;
- overflow: hidden;
- }
- .glistlbl {
- min-width: 132px;
- /* LC width */
- float: left;
- /* LC width */
- padding-right: 0px;
- padding-left: 0px;
- padding-bottom: 0px;
- padding-top: 0px;
- background-color: #ffffff;
- overflow: hidden;
- flex: none;
- }
- .glistlbl,
- .gchartgrid {
- display: flex;
- flex-direction: column;
- }
- .glabelfooter {
- clear: both;
- }
- .ggridfooter {
- clear: both;
- }
- .rhscrpad {
- width: 150px;
- position: absolute;
- top: 0px;
- height: 1px;
- }
- .gchartgrid {
- padding-right: 0px;
- padding-left: 0px;
- padding-bottom: 0px;
- padding-top: 0px;
- background-color: #ffffff;
- position: relative;
- /* overflow: auto; */
- overflow: unset;
- overflow-y: auto;
- min-height: 0%;
- }
- .gchartlbl {
- padding-right: 0px;
- padding-left: 0px;
- padding-bottom: 0px;
- padding-top: 0px;
- background-color: #ffffff;
- position: relative;
- overflow: hidden;
- flex: none;
- }
- /* Old Internet Explorer version hacks */
- .gantt {
- _height: 100%
- }
- /* otherwise the chart disappears! */
- div .gantt {
- /* _width: 1064px; ie6 fixed width */
- }
- div.gchartlbl,
- div.gchartgrid {
- /* _width: 532px; */
- }
- /* ie6 fixed width */
- div.glistlbl,
- div.glistgrid {
- *right: 0px;
- /* ie7 pulls the content too far left with the negative margin */
- _right: 532px;
- /* but ie6 fixed width needs this */
- _margin-left: -532px;
- /* ie6 fixed width */
- float: left;
- }
- div.gchartgrid {
- *padding-bottom: 20px;
- *overflow-y: hidden;
- }
- /* variable height design, no need for vertical scroll */
- td.gmajorheading div {
- *overflow: hidden;
- }
- /* stops resizing fixed width columns if the text is too wide */
- td.gspanning div {
- *overflow: hidden;
- }
- /* stops resizing fixed width columns if the text is too wide */
- /* border transparency tricks */
- .ggroupblackendpointleft {
- _border-top: 4px solid black;
- _border-left: 4px solid pink;
- _border-bottom: 4px solid pink;
- _border-right: 4px solid pink;
- _filter: chroma(color=pink);
- }
- .ggroupblackendpointright {
- _border-top: 4px solid black;
- _border-left: 4px solid pink;
- _border-bottom: 4px solid pink;
- _border-right: 4px solid pink;
- _filter: chroma(color=pink);
- }
- .gmdtop {
- _border-left: 5px solid pink;
- _border-top: 5px solid pink;
- _border-right: 5px solid pink;
- _filter: chroma(color=pink);
- }
- .gmdbottom {
- _border-left: 5px solid pink;
- _border-bottom: 5px solid pink;
- _border-right: 5px solid pink;
- _filter: chroma(color=pink);
- }
- .gDepFSArw,
- .gDepSSArw {
- _border-bottom: 4px solid pink;
- _border-top: 4px solid pink;
- _border-right: 4px solid pink;
- _filter: chroma(color=pink);
- }
- .gDepFFArw,
- .gDepSFArw {
- _border-bottom: 4px solid pink;
- _border-left: 4px solid pink;
- _border-top: 4px solid pink;
- _filter: chroma(color=pink);
- }
- /* Workaround for odd bug in old versions of Opera - no other browser needs this */
- .glinediv {
- position: absolute;
- top: 0px;
- left: 0px;
- z-index: 1px;
- }
- .gantt-inputtable {
- max-width: 100%;
- max-height: 16px;
- }
- .gadditional {
- border: #efefef 1px solid;
- }
- .gadditional,
- .gres,
- .gdur,
- .gcomp,
- .gcost {
- text-align: center;
- width: 70px;
- max-width: 70px;
- min-width: 70px;
- font-size: 10px;
- }
- @media print {
- /* All your print styles go here */
- html,
- .gchartgrid {
- overflow: unset !important;
- }
- .glistgrid {
- float: none !important;
- }
- }
- /* if using setUseSingleCell(1) the following is a suggested set of CSS3 styles to recreate the table grid - won't work on old browsers
- .ggrouphour td,
- .gmilehour td,
- .gitemhour td { background-size: 19px 1px; background-image: linear-gradient(to left, #efefef, transparent 1px, transparent 18px); width: 100%; height: 19px; }
- .ggroupday td,
- .gmileday td,
- .gitemday td { background-size: 19px 1px, 133px 1px; background-image: linear-gradient(to left, #efefef, transparent 1px, transparent 18px), linear-gradient(to left, #f7f7f7 39px, transparent 1px, transparent 92px); width: 100%; height: 19px; }
- .ggroupweek td,
- .gmileweek td,
- .gitemweek td { background-size: 37px 1px; background-image: linear-gradient(to left, #efefef, transparent 1px, transparent 36px); width: 100%; height: 19px; }
- .ggroupmonth td,
- .gmilemonth td,
- .gitemmonth td { background-size: 37px 1px; background-image: linear-gradient(to left, #efefef, transparent 1px, transparent 36px); width: 100%; height: 19px; }
- .ggroupquarter td,
- .gmilequarter td,
- .gitemquarter td { background-size: 19px 1px; background-image: linear-gradient(to left, #efefef, transparent 1px, transparent 18px); width: 100%; height: 19px; }
- */
- .gmain {
- height: 100%;
- display: flex;
- flex-direction: column;
- }
- .gmainright {
- overflow: hidden;
- flex: auto;
- }
- .gmainleft {
- overflow: hidden;
- flex: 0 0 50%;
- }
- .gtasktableh tr,
- .gcharttable tr,
- .gcharttableh tr,
- .gtasktable tr {
- height: 22px !important;
- }
- .gtasktableouterwrapper {
- overflow: hidden;
- }
- .gtasktablewrapper {
- overflow-y: scroll;
- flex: auto;
- height: 100%;
- }
- .chartgrid {
- overflow: auto;
- flex: auto;
- }
- /* .gtasktable {
- margin-bottom: 14px;
- } */
- /* Printer friendly styles - we could use these all the time but they are not as pretty! */
- /* note that "@media print" is not supported in IE6 or 7. Fully patched IE8 should be OK */
- @media print {
- .ggroupblack {
- height: 0px;
- border-top: 7px solid;
- border-color: #000000;
- }
- .gtaskblue {
- height: 0px;
- border-top: 13px solid;
- border-color: rgb(58, 132, 195);
- }
- .gtaskred {
- height: 0px;
- border-top: 13px solid;
- border-color: rgb(196, 58, 58);
- }
- .gtaskgreen {
- height: 0px;
- border-top: 13px solid;
- border-color: rgb(80, 193, 58);
- }
- .gtaskyellow {
- height: 0px;
- border-top: 13px solid;
- border-color: rgb(247, 228, 56);
- }
- .gtaskpurple {
- height: 0px;
- border-top: 13px solid;
- border-color: rgb(193, 58, 193);
- }
- .gtaskpink {
- height: 0px;
- border-top: 13px solid;
- border-color: rgb(249, 177, 245);
- }
- .gtaskbluecomplete,
- .gtaskredcomplete,
- .gtaskgreencomplete,
- .gtaskyellowcomplete,
- .gtaskpurplecomplete,
- .gtaskpinkcomplete {
- height: 0px;
- filter: alpha(opacity=40);
- opacity: 0.4;
- margin-top: -9px;
- border-top: 5px solid;
- border-color: #000000;
- }
- .ggroupblackcomplete {
- height: 0px;
- filter: alpha(opacity=80);
- opacity: 0.8;
- margin-top: -5px;
- border-top: 3px solid;
- border-color: #777777;
- }
- .gmainright,
- .gmainleft {
- overflow: hidden;
- width: auto;
- }
- table {
- page-break-after: auto
- }
- tr {
- page-break-inside: avoid;
- page-break-after: auto
- }
- td {
- page-break-inside: avoid;
- page-break-after: auto
- }
- thead {
- display: table-header-group
- }
- tfoot {
- display: table-footer-group
- }
- }
- /* Fix for OSx trackpad hiding the scroll bars*/
- .frame::-webkit-scrollbar {
- -webkit-appearance: none;
- }
- .frame::-webkit-scrollbar:vertical {
- width: 11px;
- }
- .frame::-webkit-scrollbar:horizontal {
- height: 11px;
- }
- .frame::-webkit-scrollbar-thumb {
- border-radius: 8px;
- border: 2px solid white;
- /* should match background, can't be transparent */
- background-color: rgba(0, 0, 0, .5);
- }
- .frame::-webkit-scrollbar-track {
- background-color: #fff;
- border-radius: 8px;
- }
- .gscrollbar-calculation-container {
- visibility: hidden;
- overflow: scroll;
- -ms-overflow-style: scrollbar;
- display: block;
- }
|