@@ -35,6 +35,7 @@ $cb-border-color: #4c4c5a;
3535// $cb-border-color: rgba(255, 255, 255, 0.15);
3636
3737$cb-bg-panel : #2a2a35 ;
38+ $cb-bg-panel-background : linear-gradient (135deg , #2a2a35 0% , #171720 100% );
3839// $cb-bg-panel: #291c1c;
3940// $cb-bg-panel: #1c2129;
4041
@@ -185,7 +186,11 @@ input[type="range"] {
185186}
186187
187188.dark-bg {
188- background : $dark ;
189+ background-color : $dark ;
190+ }
191+
192+ .cb-bg-dark {
193+ background-color : #1a1a1a ;
189194}
190195
191196.bg-winner {
331336}
332337
333338.cb-heatmap-background {
334- background-color : $cb-bg-panel ;
339+ background : $cb-bg-panel-background ;
335340}
336341
337342.react-calendar-heatmap {
419424}
420425
421426.cb-user-dark-offline {
422- border : 0.2rem solid transparent ;
423427 border-color : var (--gray );
424- border-radius : $cb-border-radius ;
428+ border-radius : 50 % ;
425429}
426430
427431.cb-timer-progress {
@@ -1115,7 +1119,14 @@ a:hover {
11151119}
11161120
11171121.dropdown-item.cb-dropdown-item {
1118- & :hover {
1122+ color : white ;
1123+
1124+ & :disabled ,
1125+ & .disabled {
1126+ color : $text-muted ;
1127+ }
1128+
1129+ & :hover:not (:disabled ):not (.disabled ) {
11191130 background-color : $cb-bg-panel ;
11201131 }
11211132}
@@ -2049,9 +2060,19 @@ a:hover {
20492060 border-radius : 0.5rem ;
20502061}
20512062
2063+
2064+
20522065.cb-bg-panel {
20532066 background-color : $cb-bg-panel ;
20542067
2068+ & :not (.cb-toolbar ):not (.cb-slider-timeline ) {
2069+ background : $cb-bg-panel-background ;
2070+ }
2071+
2072+ & .form-control {
2073+ background-color : $cb-bg-highlight-panel ;
2074+ }
2075+
20552076 & .form-control :hover ,
20562077 & .form-control :focus {
20572078 background-color : $cb-bg-panel ;
@@ -2438,7 +2459,7 @@ a.cb-text:hover {
24382459}
24392460
24402461.card.cb-card {
2441- background-color : $cb-bg-panel ;
2462+ background-color : transparent ;
24422463 border-color : $cb-border-color ;
24432464
24442465 & .card-header {
0 commit comments