Skip to content

Commit

Permalink
Added extra vendor-specific CSS rule
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinson committed Jan 3, 2015
1 parent e7ff582 commit 1e50c7d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/homepage/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* ideas, let me know :-)
*
* ~~ (c) SRW, 29 Oct 2012
* ~~ last updated 01 Sep 2014
* ~~ last updated 02 Jan 2015
*/

@media all {
Expand All @@ -28,7 +28,8 @@
/* The next two rules are what happens when your upstream author removes a
* feature you like -- you paste it back in and disparage them for it, haha.
* In this case, support for ":invalid" pseudo-selectors was removed from
* Twitter Bootstrap 3.x by this commit: http://git.io/1AHLzg. */
* Twitter Bootstrap 3.x (see http://git.io/1AHLzg). The `-moz-box-shadow`
* was added at the suggestion of CSSLint. */

input:focus:invalid,
textarea:focus:invalid,
Expand All @@ -41,6 +42,7 @@
textarea:focus:invalid:focus,
select:focus:invalid:focus {
border-color: #e9322d;
-moz-box-shadow: 0 0 6px #f8b9b7;
-webkit-box-shadow: 0 0 6px #f8b9b7;
box-shadow: 0 0 6px #f8b9b7;
}
Expand Down

0 comments on commit 1e50c7d

Please sign in to comment.