Change Open-notification-panel button style
This commit is contained in:
parent
e9c55039ef
commit
0ce9ed1d30
@ -39,8 +39,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
hr {
|
||||||
|
margin: 0px !important;
|
||||||
|
}
|
||||||
.cp-notifications-gotoapp {
|
.cp-notifications-gotoapp {
|
||||||
background-color: #ccc;
|
|
||||||
p {
|
p {
|
||||||
padding: 10px 0 !important;
|
padding: 10px 0 !important;
|
||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
|
|||||||
@ -953,6 +953,7 @@ MessengerUI, Messages) {
|
|||||||
]);
|
]);
|
||||||
var pads_options = [div];
|
var pads_options = [div];
|
||||||
if (Common.isLoggedIn()) {
|
if (Common.isLoggedIn()) {
|
||||||
|
pads_options.unshift(h("hr"));
|
||||||
pads_options.unshift(openNotifsApp);
|
pads_options.unshift(openNotifsApp);
|
||||||
}
|
}
|
||||||
var dropdownConfig = {
|
var dropdownConfig = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user