carlw
03/10/2017, 10:38 PMRuckus
03/10/2017, 10:39 PMRuckus
03/10/2017, 10:40 PMcarlw
03/10/2017, 10:43 PMRuckus
03/10/2017, 10:43 PMcarlw
03/10/2017, 10:44 PMcarlw
03/10/2017, 10:44 PMcarlw
03/10/2017, 10:44 PMcarlw
03/10/2017, 10:44 PMcarlw
03/10/2017, 10:45 PMcarlw
03/10/2017, 10:51 PMRuckus
03/10/2017, 11:04 PMRuckus
03/10/2017, 11:06 PMand()
is for combining them, so
content_box {
and(button) {
backgroundColor += c("transparent")
}
}
would become
/* No space, this applies to elements with both classes, not buttons inside content boxes */
.content_box.button {
-fx-background-color: none;
}
Ruckus
03/10/2017, 11:08 PMcontent_box contains button { ... }
if you didn't want to nest your blocks.Ruckus
03/10/2017, 11:16 PMcarlw
03/10/2017, 11:17 PMcarlw
03/10/2017, 11:18 PMRuckus
03/10/2017, 11:19 PMcarlw
03/10/2017, 11:19 PMcarlw
03/10/2017, 11:21 PMRuckus
03/10/2017, 11:26 PMRuckus
03/11/2017, 12:07 AM.a + .b
) and sibling (.a ~ .b
) rules. I get warnings when I use them.Ruckus
03/11/2017, 12:08 AMron
03/11/2017, 8:32 AMcarlw
03/11/2017, 12:35 PMcarlw
03/11/2017, 1:38 PMron
03/11/2017, 1:39 PMron
03/11/2017, 1:39 PM