From 48d831c441f13ef7e1496ec05e2b9f9c75bdc472 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 8 Apr 2016 19:01:05 -0400 Subject: [PATCH] Slight border on images in portfolio --- css/app.css | 5 ++++- scss/plugins/_nextgen.scss | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 58e25ef..bdc121e 100644 --- a/css/app.css +++ b/css/app.css @@ -6918,7 +6918,10 @@ h2#block-title { transition: all 1s ease 0s; -webkit-transition: border-radius 1s ease 0s; -moz-transition: border-radius 1s ease 0s; - -o-transition: border-radius 1s ease 0s; } + -o-transition: border-radius 1s ease 0s; + border: 1px solid rgba(5, 104, 179, 0.35); } + #gallery-glmphotos-light-3 .ngg-gallery-thumbnail .ngg-fancybox img:hover { + background-color: transparent; } #gallery-glmphotos-light-3 .ngg-gallery-thumbnail .ngg-fancybox:hover img { opacity: 0.75; border-radius: 30px; diff --git a/scss/plugins/_nextgen.scss b/scss/plugins/_nextgen.scss index 2f0df25..15be2ee 100644 --- a/scss/plugins/_nextgen.scss +++ b/scss/plugins/_nextgen.scss @@ -227,6 +227,10 @@ -webkit-transition: border-radius 1s ease 0s; -moz-transition: border-radius 1s ease 0s; -o-transition: border-radius 1s ease 0s; + border: 1px solid rgba(5,104,179,.35); + } + .ngg-fancybox img:hover { + background-color: rgba(0,0,0,0); } .ngg-fancybox:hover { img { -- 2.17.1