2015-05-19 01:45:19 -04:00
|
|
|
.post-controls .accepted, .fa.accepted {
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
2015-06-10 04:31:49 -04:00
|
|
|
// you can style accepted answers however your want
|
2015-05-19 01:45:19 -04:00
|
|
|
.topic-post.accepted-answer .topic-body {
|
2015-06-10 04:31:49 -04:00
|
|
|
// background-color: #E9FFE0;
|
2015-05-19 01:45:19 -04:00
|
|
|
}
|
|
|
|
|
2015-06-15 00:24:49 -04:00
|
|
|
.mobile-view .cooked .solved {
|
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
|
2015-05-19 01:45:19 -04:00
|
|
|
.cooked .solved {
|
2015-06-15 00:24:49 -04:00
|
|
|
position: absolute;
|
|
|
|
bottom: -10px;
|
|
|
|
z-index: 1000;
|
|
|
|
// margin-top: 20px;
|
|
|
|
// margin-bottom: 0px;
|
|
|
|
// padding: 4px 0px;
|
|
|
|
//border-top: 1px solid #ddd;
|
|
|
|
//background-color: #E9FFE0;
|
2015-05-19 01:45:19 -04:00
|
|
|
}
|