Commit d870ebf0815d0e3ccb629ee0974dfe87d919f429
1 parent
8f53a9d0
Exists in
master
and in
28 other branches
Fix css for community track
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
plugins/community_track/public/style.css
... | ... | @@ -227,17 +227,17 @@ |
227 | 227 | } |
228 | 228 | |
229 | 229 | #article .step_active .tool_link:hover, |
230 | -.step_active:hover { | |
230 | +#content .steps .step_active:hover { | |
231 | 231 | background-color: #B8D4C1; |
232 | 232 | } |
233 | 233 | |
234 | 234 | #article .step_waiting .tool_link:hover, |
235 | -.step_waiting:hover { | |
235 | +#content .steps .step_waiting:hover { | |
236 | 236 | background-color: #E6E6BC; |
237 | 237 | } |
238 | 238 | |
239 | 239 | #article .step_finished .tool_link:hover, |
240 | -.step_finished:hover { | |
240 | +#content .steps .step_finished:hover { | |
241 | 241 | background-color: #BCE6E6; |
242 | 242 | } |
243 | 243 | ... | ... |