updated contrib modules

This commit is contained in:
2019-07-09 12:22:32 +02:00
parent cc3b64a193
commit 438237e852
469 changed files with 17307 additions and 8396 deletions

View File

@@ -54,7 +54,7 @@
.views-displays .secondary .open > a:hover {
border-color: #e9e9e9 #e9e9e9 #f1f1f1 #e9e9e9;
border-width: 1px 1px 1px 1px;
color: #0071B3;
color: #0071b3;
}
.views-displays .secondary input.form-submit {
@@ -84,7 +84,7 @@
}
.views-filterable-options .even .form-type-checkbox {
background-color: #F9F9F9;
background-color: #f9f9f9;
}
.views-ui-dialog .ui-dialog-titlebar-close,
@@ -101,29 +101,28 @@
/* @group Buttons */
.ctools-button-processed {
background-image:
-moz-linear-gradient(
-90deg,
#ffffff 0px,
#f9f9f9 100%);
background-image:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0.0, rgba(255, 255, 255, 1.0)),
color-stop(1.0, rgba(249, 249, 249, 1.0))
);
background-image:
-webkit-linear-gradient(
-90deg,
#ffffff 0px,
#f9f9f9 100%);
background-image:
linear-gradient(
-90deg,
#ffffff 0px,
#f9f9f9 100%);
background-image: -moz-linear-gradient(
-90deg,
#fff 0px,
#f9f9f9 100%
);
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0.0, rgba(255, 255, 255, 1.0)),
color-stop(1.0, rgba(249, 249, 249, 1.0))
);
background-image: -webkit-linear-gradient(
-90deg,
#fff 0px,
#f9f9f9 100%
);
background-image: linear-gradient(
-90deg,
#fff 0px,
#f9f9f9 100%
);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
@@ -132,29 +131,28 @@
}
.ctools-button-processed:hover {
background-image:
-moz-linear-gradient(
-90deg,
#ffffff 0px,
#f1f1f1 100%);
background-image:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0.0, rgba(255, 255, 255, 1.0)),
color-stop(1.0, rgba(241, 241, 241, 1.0))
);
background-image:
-webkit-linear-gradient(
-90deg,
#ffffff 0px,
#f1f1f1 100%);
background-image:
linear-gradient(
-90deg,
#ffffff 0px,
#f1f1f1 100%);
background-image: -moz-linear-gradient(
-90deg,
#fff 0px,
#f1f1f1 100%
);
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0.0, rgba(255, 255, 255, 1.0)),
color-stop(1.0, rgba(241, 241, 241, 1.0))
);
background-image: -webkit-linear-gradient(
-90deg,
#fff 0px,
#f1f1f1 100%
);
background-image: linear-gradient(
-90deg,
#fff 0px,
#f1f1f1 100%
);
}
.ctools-button-processed ol li,
@@ -172,29 +170,28 @@
}
.ctools-dropbutton-processed.open:hover {
background-image:
-moz-linear-gradient(
-90deg,
#ffffff 0px,
#f9f9f9 100%);
background-image:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0.0, rgba(255, 255, 255, 1.0)),
color-stop(1.0, rgba(249, 249, 249, 1.0))
);
background-image:
-webkit-linear-gradient(
-90deg,
#ffffff 0px,
#f9f9f9 100%);
background-image:
linear-gradient(
-90deg,
#ffffff 0px,
#f9f9f9 100%);
background-image: -moz-linear-gradient(
-90deg,
#fff 0px,
#f9f9f9 100%
);
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0.0, rgba(255, 255, 255, 1.0)),
color-stop(1.0, rgba(249, 249, 249, 1.0))
);
background-image: -webkit-linear-gradient(
-90deg,
#fff 0px,
#f9f9f9 100%
);
background-image: linear-gradient(
-90deg,
#fff 0px,
#f9f9f9 100%
);
}
.ctools-dropbutton-processed.open {
@@ -249,13 +246,13 @@
}
.views-ui-display-tab-actions .ctools-button input {
color: #027AC6;
color: #027ac6;
font-size: 12px;
}
.views-ui-display-tab-actions .ctools-button input:hover,
.views-ui-display-tab-actions .ctools-button input:focus {
color: #0062A0;
color: #0062a0;
}
/* @end */