mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/10270] Makes page fade to dark on popup, and added $.querystring.
PHPBB3-10270
This commit is contained in:
committed by
Igor Wiedler
parent
b9bbbc3ede
commit
7ccc18297a
@@ -593,8 +593,8 @@ li.pagination {
|
||||
.jalert {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #999999;
|
||||
display: none;
|
||||
position: fixed;
|
||||
display: none;
|
||||
top: 100px;
|
||||
left: 35%;
|
||||
width: 30%;
|
||||
@@ -608,6 +608,20 @@ li.pagination {
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
#darkenwrapper {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#darken {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #000000;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
/* Miscellaneous styles
|
||||
---------------------------------------- */
|
||||
#forum-permissions {
|
||||
|
Reference in New Issue
Block a user