Border colour a bit lighter on portfolio
authorLaury GvR <laury@gaslightmedia.com>
Fri, 8 Apr 2016 23:04:29 +0000 (19:04 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 8 Apr 2016 23:04:29 +0000 (19:04 -0400)
css/app.css
scss/plugins/_nextgen.scss

index bdc121e..5356554 100644 (file)
@@ -6919,7 +6919,7 @@ h2#block-title {
     -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, 0.35); }
+    border: 1px solid rgba(5, 104, 179, 0.05); }
   #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 {
@@ -6945,7 +6945,8 @@ h2#block-title {
     position: absolute;
     top: 0;
     transition: all 0.5s ease 0s;
-    width: 100%; }
+    width: 100%;
+    border: 1px solid transparent; }
   #gallery-glmphotos-light-3 .ngg-gallery-thumbnail .ngg-fancybox .title::before {
     content: '\26B2';
     -webkit-transform: rotate(45deg);
index 15be2ee..06bfa02 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);
+            border: 1px solid rgba(5, 104, 179,0.05);
         }
         .ngg-fancybox img:hover {
             background-color: rgba(0,0,0,0);
             top: 0;
             transition: all 0.5s ease 0s;
             width: 100%;
+            border: 1px solid rgba(0,0,0, 0.00);
+            
         }
         .ngg-fancybox .title::before {
             content: '\26B2';