mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/11103] Clean up some notifications CSS
PHPBB3-11103
This commit is contained in:
parent
918053e478
commit
ce1fca2332
2 changed files with 6 additions and 7 deletions
|
@ -1060,7 +1060,6 @@ input.disabled {
|
||||||
|
|
||||||
#notification_list > .header, .notification_list > .footer {
|
#notification_list > .header, .notification_list > .footer {
|
||||||
border-color: #B9B9B9;
|
border-color: #B9B9B9;
|
||||||
border-bottom-color: #B9B9B9;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1074,8 +1073,8 @@ input.disabled {
|
||||||
background: linear-gradient(to bottom, #F1F8FF 0%, #CADCEB 100%);
|
background: linear-gradient(to bottom, #F1F8FF 0%, #CADCEB 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification_list .pointer {
|
.notification_list .pointer {
|
||||||
border-bottom-color: #ADADAD;
|
border-bottom-color: #B9B9B9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification_list .pointer_inner {
|
.notification_list .pointer_inner {
|
||||||
|
|
|
@ -742,9 +742,9 @@ p.rules a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification_list .pointer, .notification_list .pointer_inner {
|
.notification_list .pointer, .notification_list .pointer_inner {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
border-top-width: 0;
|
border-top-width: 0;
|
||||||
border-bottom: 10px solid;
|
border-bottom: 10px solid;
|
||||||
border-left: 10px dashed transparent;
|
border-left: 10px dashed transparent;
|
||||||
|
@ -753,7 +753,7 @@ p.rules a {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification_list .pointer {
|
.notification_list .pointer {
|
||||||
right: auto;
|
right: auto;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
top: -11px;
|
top: -11px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue