From a540cdc3b2efd6fdb10f6c7ce9de43ac04ad2897 Mon Sep 17 00:00:00 2001 From: PayBas Date: Thu, 5 Jun 2014 01:31:19 +0200 Subject: [ticket/12662] Initial setup PHPBB3-12662 --- phpBB/styles/prosilver/theme/links.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'phpBB/styles/prosilver/theme/links.css') diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css index 89639dde02..0ed0a5d139 100644 --- a/phpBB/styles/prosilver/theme/links.css +++ b/phpBB/styles/prosilver/theme/links.css @@ -75,6 +75,22 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a { width: 40px; } +/* Dropdown links (inline) */ +a.icon-dropdown:after { + background-position: 0 0; + background-repeat: no-repeat; + content: ''; + display: inline-block; + float: right; + height: 8px; + width: 11px; + margin: 9px 0 0 2px; +} + +a.icon-dropdown:hover:after, .dropdown-visible a.icon-dropdown:after { + background-position: 0 -22px; +} + /* Links for forum/topic lists */ a.forumtitle { font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif; -- cgit v1.2.1