diff options
| author | group1 <f16_group1@pbridge.adm.cs.cmu.edu> | 2016-10-16 22:12:51 -0400 |
|---|---|---|
| committer | group1 <f16_group1@pbridge.adm.cs.cmu.edu> | 2016-10-16 22:12:51 -0400 |
| commit | 22f814539e14312afb5627f7ad39905e9450209b (patch) | |
| tree | ee0751e887600ed2a56bfc07a8bc34c537efcfda /webapp/app/static/carousel.css | |
| parent | Package include path fix and add optimization for computing coverage (diff) | |
| parent | Use staticmethod instead of classmethod in by_type (diff) | |
| download | bridge-22f814539e14312afb5627f7ad39905e9450209b.tar.zst | |
Merge branch 'master' of https://github.com/rayhogenson/bridge
Conflicts:
fish_show.py
Diffstat (limited to 'webapp/app/static/carousel.css')
| -rw-r--r-- | webapp/app/static/carousel.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/webapp/app/static/carousel.css b/webapp/app/static/carousel.css index 9ef5474..4e49305 100644 --- a/webapp/app/static/carousel.css +++ b/webapp/app/static/carousel.css @@ -93,6 +93,14 @@ body { letter-spacing: -1px; } +img.img-disable { + -webkit-filter: grayscale(100%); + -moz-filter: grayscale(100%); + -o-filter: grayscale(100%); + -ms-filter: grayscale(100%); + filter: grayscale(100%); + opacity: 0.5; +} /* RESPONSIVE CSS -------------------------------------------------- */ @@ -133,6 +141,4 @@ body { margin-top: 120px; } - - } |
