@@ -733,13 +733,7 @@ h1.center {
733
733
display : block;
734
734
}
735
735
736
- .challenge-detail .unregister {
737
- background : # e66 !important ;
738
- }
739
736
740
- .challenge-detail .unregister : hover {
741
- background : # d66 !important ;
742
- }
743
737
744
738
.challenge-detail .btnAction : hover {
745
739
background : # 0096ff !important ;
@@ -2699,6 +2693,7 @@ h1.center {
2699
2693
height: 97px;
2700
2694
}
2701
2695
2696
+
2702
2697
/* styles for member program path box - end */
2703
2698
2704
2699
/* stylish changes per Victor applied to challenge details only */
@@ -2852,9 +2847,17 @@ h1.center {
2852
2847
text-transform : uppercase;
2853
2848
overflow : hidden;
2854
2849
display : block; }
2850
+ .cd-wrapper .challenge-detail .btnAction .unregister {
2851
+ background : # e66 !important ;
2852
+ border-bottom : none;
2853
+ }
2855
2854
.cd-wrapper .challenge-detail .btnAction : hover {
2856
2855
color : # fff ;
2857
2856
background-color : # 097DCE ; }
2857
+ .cd-wrapper .challenge-detail .btnAction .unregister : hover {
2858
+ background : # d66 !important ;
2859
+ border-bottom : none;
2860
+ }
2858
2861
.cd-wrapper # stepBox .rightColumn .nextBox .allDeadlineNextBoxContent ,
2859
2862
.cd-wrapper # stepBox .rightColumn .nextBox .nextBoxContent {
2860
2863
background : # 85CCFF ;
@@ -2895,3 +2898,13 @@ h1.center {
2895
2898
box-sizing : border-box; }
2896
2899
.cd-wrapper .challenge-detail .rightSplit {
2897
2900
float : left; }
2901
+
2902
+ .challenge-detail .unregister .btnAction {
2903
+ background : # e66 !important ;
2904
+ border-bottom : 4px solid # e66 !important ;
2905
+ }
2906
+
2907
+ .challenge-detail .unregister .btnAction : hover {
2908
+ background : # d66 !important ;
2909
+ border-bottom : 4px solid # d66 !important ;
2910
+ }
0 commit comments