Add border around topbar dropdown
authorLaury GvR <laury@gaslightmedia.com>
Mon, 1 Feb 2016 20:28:22 +0000 (15:28 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 1 Feb 2016 20:28:22 +0000 (15:28 -0500)
css/app.css
scss/_topbar.scss

index 59576bf..5e810f1 100644 (file)
@@ -6511,7 +6511,13 @@ header {
       min-width: 585px;
       background: #FFFFFF;
       border-bottom-left-radius: 5px;
-      border-bottom-right-radius: 5px; }
+      border-bottom-right-radius: 5px;
+      border-color: #3a8bb6;
+      border-left-width: 1px;
+      border-bottom-width: 1px;
+      border-right-width: 1px;
+      border-top-width: 0;
+      border-style: solid; }
       .top-bar-section ul li .dropdown li {
         position: relative;
         display: inline-block;
index f2f4699..5c8b7ba 100644 (file)
                 background: $white;
                 border-bottom-left-radius: 5px;
                 border-bottom-right-radius: 5px;
+                border-color: $l-blue;
+                border-left-width: 1px;
+                border-bottom-width: 1px;
+                border-right-width: 1px;
+                border-top-width: 0;
+                border-style: solid;
                 li {
                     position: relative;
                     display: inline-block;