Browse code

Update Formstone lib to version 1.1.3 introducing themes

Benjamin Roth authored on08/06/2016 14:31:14
Showing1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,3 @@
1
+/*! formstone v1.1.3 [tabs.css] 2016-05-24 | GPL-3.0 License | formstone.it */
2
+
3
+.fs-tabs.fs-tabs-enabled:after{clear:both;content:'';display:table}.fs-tabs-tab.fs-tabs-enabled{box-sizing:border-box;border:none;cursor:pointer}.fs-tabs-content.fs-tabs-enabled{box-sizing:border-box;display:none}.fs-tabs-content.fs-tabs-enabled:after{clear:both;content:'';display:table}.fs-tabs-content.fs-tabs-active{display:block}.fs-tabs-tab.fs-tabs-mobile,.fs-tabs-tab_mobile,.fs-tabs-tab_mobile.fs-tabs-active{display:none}.fs-tabs-tab_mobile.fs-tabs-mobile,.fs-tabs-tab_mobile.fs-tabs-mobile.fs-tabs-active{display:block}
0 4
\ No newline at end of file