Slight border on images in portfolio
authorLaury GvR <laury@gaslightmedia.com>
Fri, 8 Apr 2016 23:01:05 +0000 (19:01 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 8 Apr 2016 23:01:05 +0000 (19:01 -0400)
css/app.css
scss/plugins/_nextgen.scss

index 58e25ef..bdc121e 100644 (file)
@@ -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;
index 2f0df25..15be2ee 100644 (file)
             -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 {