diff options
Diffstat (limited to 'phpBB/styles/prosilver/theme/links.css')
| -rw-r--r-- | phpBB/styles/prosilver/theme/links.css | 16 |
1 files changed, 16 insertions, 0 deletions
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; |
