Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/ninja-fo.../assets/css
File: NoticeBorder.css
[0] Fix | Delete
/* jBox: Notice */
[1] Fix | Delete
[2] Fix | Delete
.jBox-NoticeBorder .jBox-container {
[3] Fix | Delete
border-radius: 6px;
[4] Fix | Delete
}
[5] Fix | Delete
[6] Fix | Delete
.jBox-NoticeBorder .jBox-content,
[7] Fix | Delete
.jBox-NoticeBorder .jBox-title {
[8] Fix | Delete
padding-left: 26px;
[9] Fix | Delete
}
[10] Fix | Delete
[11] Fix | Delete
.jBox-NoticeBorder.jBox-Notice-color .jBox-container {
[12] Fix | Delete
color: #fff;
[13] Fix | Delete
text-shadow: 0 -1px 0 #000;
[14] Fix | Delete
background: rgba(0, 0, 0, .92);
[15] Fix | Delete
}
[16] Fix | Delete
[17] Fix | Delete
.jBox-NoticeBorder.jBox-Notice-color .jBox-container:after {
[18] Fix | Delete
content: '';
[19] Fix | Delete
position: absolute;
[20] Fix | Delete
top: 0;
[21] Fix | Delete
left: 0;
[22] Fix | Delete
bottom: 0;
[23] Fix | Delete
width: 8px;
[24] Fix | Delete
border-radius: 5px 0 0 5px;
[25] Fix | Delete
background-image: linear-gradient(45deg, rgba(255, 255, 255, .5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .5) 75%, transparent 75%, transparent);
[26] Fix | Delete
background-size: 18px 18px;
[27] Fix | Delete
}
[28] Fix | Delete
[29] Fix | Delete
.jBox-NoticeBorder.jBox-Notice-red .jBox-container:after {
[30] Fix | Delete
background-color: #ee0000;
[31] Fix | Delete
}
[32] Fix | Delete
[33] Fix | Delete
.jBox-NoticeBorder.jBox-Notice-green .jBox-container:after {
[34] Fix | Delete
background-color: #95cc2a;
[35] Fix | Delete
}
[36] Fix | Delete
[37] Fix | Delete
.jBox-NoticeBorder.jBox-Notice-blue .jBox-container:after {
[38] Fix | Delete
background-color: #4cb4ff;
[39] Fix | Delete
}
[40] Fix | Delete
[41] Fix | Delete
.jBox-NoticeBorder.jBox-Notice-yellow .jBox-container:after {
[42] Fix | Delete
background-color: #ffba00;
[43] Fix | Delete
}
[44] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function