aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/common.css
diff options
context:
space:
mode:
authorhubaishan <saeed@hubaishan.com>2018-07-04 16:38:47 +0300
committerhubaishan <saeed@hubaishan.com>2018-07-04 16:40:53 +0300
commit27aba29d74852935253a04b2e576f20c50db2801 (patch)
tree892d24607074a0904a4555162ba6a292d1f8bbd3 /phpBB/styles/prosilver/theme/common.css
parent9b56a28be0cfb0de66fb34c5a2965f965761e6e1 (diff)
downloadforums-27aba29d74852935253a04b2e576f20c50db2801.tar
forums-27aba29d74852935253a04b2e576f20c50db2801.tar.gz
forums-27aba29d74852935253a04b2e576f20c50db2801.tar.bz2
forums-27aba29d74852935253a04b2e576f20c50db2801.tar.xz
forums-27aba29d74852935253a04b2e576f20c50db2801.zip
[ticket/15673] Fix Duplicated links in QuickLinks and main nav bar
Add required class to common.css PHPBB3-15673
Diffstat (limited to 'phpBB/styles/prosilver/theme/common.css')
-rw-r--r--phpBB/styles/prosilver/theme/common.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 348355e8c4..2067dc1284 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -1267,6 +1267,10 @@ ul.linklist:after,
width: 50px;
}
+.dropdown .clone.hidden {
+ display: none;
+}
+
.dropdown .clone.hidden + li.separator {
display: none;
}