How do I "call" the action buttons in CSS
I want to customize the Next/Previous Action buttons used in Sections. I want to make them look like my other buttons. I used the browser developer tools and can't figure out what they are "called" in order to put the name in my css (I tried multiple things, but none are working).
Here's a sample of my css - but need to replace "ButtonReference" with the correct name.
ButtonReference {
background-color:#4b6d47;
-moz-border-radius:9px !important;
-webkit-border-radius:9px !important;
border-radius:9px !important;
border:1px solid #3b6e22 !important;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Verdana !important;
font-size:13px !important;
font-weight:bolder !important;
padding:6px 12px;
}

Thanks! Gwen
请先登录再写评论。

评论
2 条评论