mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11018] Fix minor issues with CSS in prosilver
PHPBB3-11018
This commit is contained in:
parent
e76fd6a395
commit
a51aa9b47c
2 changed files with 5 additions and 5 deletions
|
@ -153,7 +153,7 @@ dl.details dd {
|
|||
|
||||
.pagination li.ellipsis span {
|
||||
background-color: transparent;
|
||||
color: #000
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.pagination li.active span {
|
||||
|
@ -165,7 +165,7 @@ dl.details dd {
|
|||
.pagination li a:hover, .pagination .active a:hover {
|
||||
border-color: #368AD2;
|
||||
background-color: #368AD2;
|
||||
color: #FFF;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.pagination li a:active, .pagination li.active a:active {
|
||||
|
|
Loading…
Add table
Reference in a new issue