From dbe8b7300e5f72ff99b4ed42ac3e39f8d1e94527 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 22 Aug 2013 17:11:32 +0000 Subject: [PATCH] Twenty Fourteen: remove searchform.php and use core markup. Props obenland, closes #25095. git-svn-id: https://develop.svn.wordpress.org/trunk@25089 602fd350-edb4-49c9-b593-d223f7449a82 --- .../themes/twentyfourteen/searchform.php | 15 --------------- src/wp-content/themes/twentyfourteen/style.css | 6 ++++++ 2 files changed, 6 insertions(+), 15 deletions(-) delete mode 100644 src/wp-content/themes/twentyfourteen/searchform.php diff --git a/src/wp-content/themes/twentyfourteen/searchform.php b/src/wp-content/themes/twentyfourteen/searchform.php deleted file mode 100644 index c2c0ccb985..0000000000 --- a/src/wp-content/themes/twentyfourteen/searchform.php +++ /dev/null @@ -1,15 +0,0 @@ - - diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index d6c6ed4fa2..c1a23f4408 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -381,6 +381,7 @@ input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly i } input[type="text"], input[type="email"], +input[type="search"], input[type="password"], textarea { border: 1px solid rgba(0, 0, 0, 0.1); @@ -391,11 +392,14 @@ textarea { } input[type="text"]:focus, input[type="email"]:focus, +input[type="search"]:focus, +input[type="password"]:focus, textarea:focus { color: #2b2b2b; } input[type="text"], input[type="email"], +input[type="search"], input[type="password"] { padding: 8px 10px; padding: 0.8rem 1.0rem; @@ -2086,6 +2090,7 @@ span > object { } .widget-area input[type="text"], .widget-area input[type="email"], +.widget-area input[type="search"], .widget-area input[type="password"], .widget-area textarea { background-color: #2b2b2b; @@ -2246,6 +2251,7 @@ span > object { } .content-sidebar input[type="text"], .content-sidebar input[type="email"], +.content-sidebar input[type="search"], .content-sidebar input[type="password"], .content-sidebar textarea { background-color: #fff;