| Server IP : 213.186.33.4 / Your IP : 216.73.216.193 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/awebpaca/piwik/plugins/CoreHome/angularjs/notification/ |
Upload File : |
.system.notification {
.alert;
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
border: 0 !important;
p:not(:first-child) {
margin-top: 1em;
}
// We have to use !important because the default button style is crazy
.close {
position: relative;
top: -5px;
right: -10px;
padding: 0 !important;
background: transparent !important;
border: none !important;
float: right;
font-size: 20px !important;
font-weight: bold;
line-height: 20px !important;
color: inherit !important;
opacity: 0.3;
filter: alpha(opacity=30);
}
&.notification-success {
.alert-success;
color: #eef6ef !important;
background-color: @color-green-piwik !important;
&:before, p, a {
color: #eef6ef;
}
}
&.notification-warning {
.alert-warning;
background-color: #f57c00;
color: #fbf7f1 !important;
&:before, p, a {
color: #fbf7f1;
}
}
&.notification-danger,
&.notification-error {
.alert-danger;
color: #fdf0f2 !important;
background-color: #e53935;
&:before, p, a {
color: #fdf0f2;
}
}
&.notification-info {
.alert-info;
color: #f3feff !important;
background-color: #00bcd4;
&:before, p, a {
color: #f3feff;
}
}
.help-notification &.notification-info {
background-color: @theme-color-help-background-color;
&:before {
content: "\e61f";
}
}
}