Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 70b4651

Browse files
authored
Merge pull request #452 from appirio-tech/tom-unreg-css
Fixed unreg btn css
2 parents 16b2819 + d1a9163 commit 70b4651

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

src/css/challenge-detail-software.css

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -733,13 +733,7 @@ h1.center {
733733
display: block;
734734
}
735735

736-
.challenge-detail .unregister {
737-
background: #e66 !important;
738-
}
739736

740-
.challenge-detail .unregister:hover {
741-
background: #d66 !important;
742-
}
743737

744738
.challenge-detail .btnAction:hover {
745739
background: #0096ff !important;
@@ -2699,6 +2693,7 @@ h1.center {
26992693
height: 97px;
27002694
}
27012695

2696+
27022697
/* styles for member program path box - end */
27032698

27042699
/* stylish changes per Victor applied to challenge details only */
@@ -2852,9 +2847,17 @@ h1.center {
28522847
text-transform: uppercase;
28532848
overflow: hidden;
28542849
display: block; }
2850+
.cd-wrapper .challenge-detail .btnAction.unregister {
2851+
background: #e66 !important;
2852+
border-bottom: none;
2853+
}
28552854
.cd-wrapper .challenge-detail .btnAction:hover {
28562855
color: #fff;
28572856
background-color: #097DCE; }
2857+
.cd-wrapper .challenge-detail .btnAction.unregister:hover {
2858+
background: #d66 !important;
2859+
border-bottom: none;
2860+
}
28582861
.cd-wrapper #stepBox .rightColumn .nextBox .allDeadlineNextBoxContent,
28592862
.cd-wrapper #stepBox .rightColumn .nextBox .nextBoxContent {
28602863
background: #85CCFF;
@@ -2895,3 +2898,13 @@ h1.center {
28952898
box-sizing: border-box; }
28962899
.cd-wrapper .challenge-detail .rightSplit {
28972900
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

Comments
 (0)