fix tocbot

pull/57/head v3.1.1
Mashiro 2019-01-24 17:20:18 +08:00
parent 256c4d91b0
commit db40f317da
5 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/*! Generate by Mashiro. Thu Jan 24 15:59:58 2019*//*!
/*! Generate by Mashiro. Thu Jan 24 17:15:13 2019*//*!
* baguetteBox.js
* @author feimosi
* @version 1.11.0

File diff suppressed because one or more lines are too long

1
cdn/js/src/12.tocbot.min.js vendored 100644

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
*/
define( 'SAKURA_VERSION', '3.1.1' );
define( 'JSDELIVR_VERSION', '3.6.3' );
define( 'JSDELIVR_VERSION', '3.6.6' );
//ini_set('display_errors', true);
//error_reporting(E_ALL);

View File

@ -501,7 +501,7 @@ input[type=submit] {
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 15px 17px rgba(255, 255, 255, .5), inset 0 -5px 12px rgba(0, 0, 0, .05);
box-shadow: none;
color: rgba(0, 0, 0, .8);
font-size: 12px;
font-size: .75rem;
@ -526,7 +526,7 @@ input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
border-color: #aaa #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15)
box-shadow: none
}
input[type=color],