mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-30 19:49:54 +02:00
[ticket/12769] Fix dropdown styling
This commit is contained in:
@@ -45,8 +45,6 @@ li.breadcrumbs span:first-child > a {
|
||||
z-index: 2;
|
||||
right: 0;
|
||||
top: 50%;
|
||||
width: 30px;
|
||||
height: 40px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
@@ -57,7 +55,7 @@ li.breadcrumbs span:first-child > a {
|
||||
}
|
||||
|
||||
.dropdown-extended a.mark_read:hover {
|
||||
width: 40px;
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
.jumpbox-cat-link,
|
||||
|
Reference in New Issue
Block a user