Move all files to 2017/
This commit is contained in:
parent
ac7370f67f
commit
2875863330
15717 changed files with 0 additions and 0 deletions
|
@ -1,36 +0,0 @@
|
|||
/**
|
||||
* @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;
|
||||
}
|
Reference in a new issue