Commit 5176c581 authored by imac's avatar imac

[Bugfix]Redmine #718 : selected color border

parent ba19b883
......@@ -1636,8 +1636,8 @@ label.chevron.bottom::first-letter {
text-align: center;
margin-bottom: 20px;
}
.color-list input.is-white:after,
.color-list input[type='radio']:checked:after {
.color-list input.is-white + span:after,
.color-list input[type='radio']:checked + span:after {
border: 1px solid #071D3D;
}
.format-list input,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment