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

Fixed unreg btn css #452

Merged
merged 1 commit into from
Sep 28, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 19 additions & 6 deletions src/css/challenge-detail-software.css
Original file line number Diff line number Diff line change
Expand Up @@ -733,13 +733,7 @@ h1.center {
display: block;
}

.challenge-detail .unregister {
background: #e66 !important;
}

.challenge-detail .unregister:hover {
background: #d66 !important;
}

.challenge-detail .btnAction:hover {
background: #0096ff !important;
Expand Down Expand Up @@ -2699,6 +2693,7 @@ h1.center {
height: 97px;
}


/* styles for member program path box - end */

/* stylish changes per Victor applied to challenge details only */
Expand Down Expand Up @@ -2852,9 +2847,17 @@ h1.center {
text-transform: uppercase;
overflow: hidden;
display: block; }
.cd-wrapper .challenge-detail .btnAction.unregister {
background: #e66 !important;
border-bottom: none;
}
.cd-wrapper .challenge-detail .btnAction:hover {
color: #fff;
background-color: #097DCE; }
.cd-wrapper .challenge-detail .btnAction.unregister:hover {
background: #d66 !important;
border-bottom: none;
}
.cd-wrapper #stepBox .rightColumn .nextBox .allDeadlineNextBoxContent,
.cd-wrapper #stepBox .rightColumn .nextBox .nextBoxContent {
background: #85CCFF;
Expand Down Expand Up @@ -2895,3 +2898,13 @@ h1.center {
box-sizing: border-box; }
.cd-wrapper .challenge-detail .rightSplit {
float: left; }

.challenge-detail .unregister.btnAction {
background: #e66 !important;
border-bottom: 4px solid #e66 !important;
}

.challenge-detail .unregister.btnAction:hover {
background: #d66 !important;
border-bottom: 4px solid #d66 !important;
}