CSS Example: The ButtonControl class

  • 5 January 2021
  • 0 replies
  • 7 views

Badge +1

Here is an example of a style sheet rule that applies to the ButtonControl class within the BottomButtonGroup that exists in the Web Designer repository:

#BottomButtonGroup .ButtonControl{
background-color: blue;
color: white;
border: none;
text-transform: uppercase;
font-weight: bolder;
}

The following style sheet rules apply to the label objects between the navigation buttons:

#SaveButton,#RollbackButton{
text-transform: uppercase;
font-weight: bolder;
}

This example shows that selectors can be grouped in comma-separated lists.

In "Web Designer Classes & IDs", all Web Designer classes that can be influenced by style sheet rules are listed.


0 replies

Be the first to reply!

Reply