This repository has been archived on 2025-01-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/web/modules/contrib/webform/css/webform.wizard.pages.css
2018-11-23 12:29:20 +00:00

36 lines
536 B
CSS

/**
* @file
* Wizard styles.
*/
.webform-wizard-pages-links {
display: none;
}
/**
* Progress link styles.
*/
.webform-progress [role="link"] {
cursor: pointer;
}
.webform-progress .progress-title[role="link"] {
color: #1976d2;
}
.webform-progress .progress-title[role="link"]:hover,
.webform-progress .progress-title[role="link"]:focus {
text-decoration: underline;
color: #2196f3;
}
/**
* Preview link styles.
*/
.webform-wizard-page-edit {
display: none;
}
.webform-wizard-page-edit input {
margin: 0;
}