margin-top: @wcfGapSmall;
}
-/* todo: element list with checkboxes */
+/* element list with checkboxes */
.structuredList {
background-color: @wcfContainerBackgroundColor;
}
&.category {
- /* TODO: This color was @wcfNavigationBackgroundColor which does not exist anymore */
background-color: @wcfNavigationHeaderBackgroundColor;
&:hover {
}
}
-/* todo: missing doc */
+/* tag input list */
.editableItemList ul li {
cursor: pointer;
margin-left: @wcfGapTiny;
}
}
-/* todo */
+/* Fixes weird firefox bug */
select > option {
- /* Fixes weird firefox bug */
display: block !important;
}
\ No newline at end of file
}
&:hover > span {
- .boxShadow(0, 0, @wcfButtonHoverBorderColor, 20px); /* todo */
+ .boxShadow(0, 0, @wcfButtonHoverBorderColor, 20px);
}
}