commit | 1c54692e512ca0768c0cff02917c0a2d3a8991cb | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Mon Apr 13 01:56:19 2015 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Mon Apr 13 01:56:19 2015 +0000 |
tree | 07081532170d8a10b5fa23d405fe237e01451e16 | |
parent | 2488d05c5a845b695ec2e0115254a4c5e1f7b0e9 [diff] [blame] |
Minor adjustments to fix Chrome bug with the hint helper
diff --git a/dev/scss/util.scss b/dev/scss/util.scss index b132519..86bfb34 100644 --- a/dev/scss/util.scss +++ b/dev/scss/util.scss
@@ -141,6 +141,9 @@ box-sizing: border-box; /* Opera/IE 8+ */ } +@mixin light-noise { + background-image:url('#{$img-path}/noise.png'); +} // https://css-tricks.com/almanac/properties/a/appearance/ @mixin no-appearance {