From cd3a5b157f868658fff579d7777ddc4fd90fc36f Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 10 Aug 2016 16:20:38 -0400 Subject: [PATCH] updating the dropdown indicator --- assets/dropdown-hlighlight-big.png | Bin 0 -> 1106 bytes css/app.css | 8 ++++---- scss/_topbar.scss | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 assets/dropdown-hlighlight-big.png diff --git a/assets/dropdown-hlighlight-big.png b/assets/dropdown-hlighlight-big.png new file mode 100644 index 0000000000000000000000000000000000000000..7f24526379b9ef8fe2b27bd6671f78021b9e99db GIT binary patch literal 1106 zcmaJ=OH9*X953L5DAOe#WG0x8n)nLqV=ri>GH5qgVv&p`P7j8z{a_XPp#5-T7f}EMFquyM6YJ$AV?X?7)(P&o1T0Iy9uJ{ zpq|O1tbBx5ErU`#8>(p77)=n}Jw;nl#~}haIHsEdxqR;-33N>$k40rhwndoN2TBec zE)8bX(zwcLWY1yHUF0!=0g(cV#)RqeMS)!9g zqMZ?mWfL(j#>DzMnM4!|PU5<1SjkeS3}~VnR{MiZ)Wv!uVc6KS1Reb})RK;6fYsD_ zy?!ixb@|q?TK!nWx>yn?4a$vC`PKw|{mlUaF)YhhKd2 zH|HBxCa*VrPkn6}_&hmxa(4b>yT97_UW}LT`rierSH&Tr<@}Ne9&KKDJ+rMc{~=I) z6Pr6RJO8EKKeF-tlX&^q$V$t=1e@_KHEeA%dJio&-HP+upI_UsaQyb|>dW1^nG$jN wXk*?82;I`oON;z=Uu*04#kq1)kOD+ALzM6C+oxBE8{U?u5`)sszL9gk0GGXEcK`qY literal 0 HcmV?d00001 diff --git a/css/app.css b/css/app.css index 3cb8360..672b9b8 100644 --- a/css/app.css +++ b/css/app.css @@ -6428,14 +6428,14 @@ header { .top-bar-section ul li:not(.has-form):not(.active) > a:not(.button) { background: transparent; } .top-bar-section ul li.has-dropdown:hover:after { - content: url(../assets/green-dropdown-indicator.jpg); + content: url(../assets/dropdown-hlighlight-big.png); position: absolute; - left: 35%; + left: 25%; bottom: -6px; } .top-bar-section ul li.has-dropdown:nth-child(2):hover:after { - content: url(../assets/green-dropdown-indicator.jpg); + content: url(../assets/dropdown-hlighlight-big.png); position: absolute; - left: 20%; + left: 10%; bottom: -6px; } .top-bar-section ul li.has-dropdown ul.dropdown { background: #FFFFFF; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index fef9a3d..e6ed596 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -46,18 +46,18 @@ &.has-dropdown { &:hover { &:after { - content: url(../assets/green-dropdown-indicator.jpg); + content: url(../assets/dropdown-hlighlight-big.png); position: absolute; - left: 35%; + left: 25%; bottom: -6px; } } &:nth-child(2) { &:hover { &:after { - content: url(../assets/green-dropdown-indicator.jpg); + content: url(../assets/dropdown-hlighlight-big.png); position: absolute; - left: 20%; + left: 10%; bottom: -6px; } } -- 2.17.1