diff options
author | Michael Traeger <git@m.traeger-mail.de> | 2016-07-07 19:55:46 +0200 |
---|---|---|
committer | Michael Traeger <git@m.traeger-mail.de> | 2016-07-07 19:55:46 +0200 |
commit | b59a4d4b08a11590ad6885ae4530e618c3cd1053 (patch) | |
tree | 7ff4c2237079d12bd5d262dc6016c035b0d68dca | |
parent | c92490607760ee442323d37f35e6b5dea367d399 (diff) |
beautified not showing triangle arrow
-rw-r--r-- | css/old_menu.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/css/old_menu.css b/css/old_menu.css index bb445a9..18c6956 100644 --- a/css/old_menu.css +++ b/css/old_menu.css @@ -24,13 +24,16 @@ /*Hide DropDown Icon on Top of Menu*/ #navigation:after { - opacity:0; + display:none; } #navigation #apps ul{text-align: center;} /* may not be required app-navigation{width: 19.5% !important;}*/ + + +/* Default Apps */ #bookmark_settings {width:19.5% !important;} .bookmarks_list, #firstrun {left:27% !important;} |