aboutsummaryrefslogtreecommitdiff
path: root/js/tests/vendor/qunit.css
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2016-03-07 14:34:11 +0200
committerXhmikosR <[email protected]>2016-03-10 13:44:17 +0200
commit14fa65ea2965dbffcbc06e1c935984fcd09f324c (patch)
treeda394ad18a0ef68fe7b441cb871cabbacab7cf89 /js/tests/vendor/qunit.css
parent5564142d93252771ff7935f5e7d35bca51f22c89 (diff)
downloadbootstrap-14fa65ea2965dbffcbc06e1c935984fcd09f324c.tar.xz
bootstrap-14fa65ea2965dbffcbc06e1c935984fcd09f324c.zip
Update QUnit to v1.22.0.
Diffstat (limited to 'js/tests/vendor/qunit.css')
-rw-r--r--js/tests/vendor/qunit.css41
1 files changed, 33 insertions, 8 deletions
diff --git a/js/tests/vendor/qunit.css b/js/tests/vendor/qunit.css
index 0eb0b0171..8c78b67e6 100644
--- a/js/tests/vendor/qunit.css
+++ b/js/tests/vendor/qunit.css
@@ -1,27 +1,27 @@
/*!
- * QUnit 1.17.1
- * http://qunitjs.com/
+ * QUnit 1.22.0
+ * https://qunitjs.com/
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license
- * http://jquery.org/license
+ * https://jquery.org/license
*
- * Date: 2015-01-20T19:39Z
+ * Date: 2016-02-23T15:57Z
*/
/** Font Family and Sizes */
-#qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult {
+#qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-filteredTest, #qunit-userAgent, #qunit-testresult {
font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}
-#qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; }
+#qunit-testrunner-toolbar, #qunit-filteredTest, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; }
#qunit-tests { font-size: smaller; }
/** Resets */
-#qunit-tests, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult, #qunit-modulefilter {
+#qunit-tests, #qunit-header, #qunit-banner, #qunit-filteredTest, #qunit-userAgent, #qunit-testresult, #qunit-modulefilter {
margin: 0;
padding: 0;
}
@@ -68,6 +68,12 @@
overflow: hidden;
}
+#qunit-filteredTest {
+ padding: 0.5em 1em 0.5em 1em;
+ background-color: #F4FF77;
+ color: #366097;
+}
+
#qunit-userAgent {
padding: 0.5em 1em 0.5em 1em;
background-color: #2B81AF;
@@ -114,9 +120,19 @@
display: list-item;
}
+#qunit-tests.hidepass {
+ position: relative;
+}
+
#qunit-tests.hidepass li.running,
#qunit-tests.hidepass li.pass {
- display: none;
+ visibility: hidden;
+ position: absolute;
+ width: 0;
+ height: 0;
+ padding: 0;
+ border: 0;
+ margin: 0;
}
#qunit-tests li strong {
@@ -132,6 +148,11 @@
color: #C2CCD1;
text-decoration: none;
}
+
+#qunit-tests li p a {
+ padding: 0.25em;
+ color: #6B6464;
+}
#qunit-tests li a:hover,
#qunit-tests li a:focus {
color: #000;
@@ -151,6 +172,10 @@
border-radius: 5px;
}
+.qunit-source {
+ margin: 0.6em 0 0.3em;
+}
+
.qunit-collapsed {
display: none;
}