From: Luzifr Date: Fri, 25 Nov 2011 17:08:11 +0000 (+0100) Subject: Page-navigation dropdowns again X-Git-Tag: 2.0.0_Beta_1~1566^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0896a550b389cda5e6b0ff7e76c60b319c6d1ac7;p=GitHub%2FWoltLab%2FWCF.git Page-navigation dropdowns again --- diff --git a/wcfsetup/install/files/acp/style/style.css b/wcfsetup/install/files/acp/style/style.css index 55d77f54c9..bc6a8f1d77 100644 --- a/wcfsetup/install/files/acp/style/style.css +++ b/wcfsetup/install/files/acp/style/style.css @@ -1156,7 +1156,7 @@ li > .badgeButton { border-bottom-right-radius: 5px; } -.dropdown > :hover:not(ul), +.dropdown > :hover:not(ul):not(.pointer), .dropdown > .active { color: #fff; background-color: rgba(0, 0, 0, .5); @@ -2705,20 +2705,30 @@ tr .columnURL { .pageNavigation ul li.children .dropdown { text-align: left; + border-color: transparent; border-radius: 3px; background-color: rgba(0, 0, 0, .7); margin-top: 28px; margin-left: -2px; + display: inline-block; position: absolute; - display: none; + overflow: visible; + height: 0; + min-width: 165px; + max-width: 250px; + opacity: 0; + + -webkit-transition: opacity .2s linear; + -moz-transition: opacity .2s linear; + -ms-transition: opacity .2s linear; + -o-transition: opacity .2s linear; + transition: opacity .2s linear; } .pageNavigation ul li.children:hover .dropdown { - display: inline-block; + border-color: rgba(255, 255, 255, .7); height: auto; - min-width: 150px; - max-width: 200px; - overflow: visible; + opacity: 1; } .pageNavigation ul li.children .dropdown ul {