From a5a5e20f3b9c1a199a2d1fdabb93f93129905ba2 Mon Sep 17 00:00:00 2001 From: str4d Date: Mon, 21 Jan 2013 22:32:15 +0000 Subject: [PATCH] Use right arrow instead of thick border for submenu indication --- i2p2www/static/styles/duck/desktop.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/i2p2www/static/styles/duck/desktop.css b/i2p2www/static/styles/duck/desktop.css index 20c1dcdf..7859031f 100644 --- a/i2p2www/static/styles/duck/desktop.css +++ b/i2p2www/static/styles/duck/desktop.css @@ -170,8 +170,10 @@ menu ul, border-left: 1px solid #ffffcc; /*margin-bottom: -1px;*/ } -#cssmenu .has-sub ul li.has-sub { - border-right: 5px solid #4B9C31 +#cssmenu .has-sub ul li.has-sub > div.menuitem:after { + content: "►"; + color: rgba(255,255,255,.5); + float: right; } #cssmenu .has-sub ul li div.menuitem { /*background: #0fa1e0;*/ @@ -196,7 +198,6 @@ menu ul, position: absolute; left: 100%; top: 0; - margin-left: 5px; } #cssmenu .has-sub .has-sub ul li:first-child { border-left: none;