Skip to content

Commit 31b7798

Browse files
authored
Merge pull request #114 from thinkingBanana/fix_blueboard_bell
Added web-notification-icon class to Blueboard
2 parents a9bac7f + b6d8e1c commit 31b7798

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Assets/css/themes/Blueboard.css

+10-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ header h1 {
4747
line-height: 2rem
4848
}
4949

50+
header .web-notification-icon {
51+
color: #D45353 !important;
52+
}
53+
54+
a i.web-notification-icon:focus,
55+
a i.web-notification-icon:hover {
56+
color: #000 !important;
57+
}
58+
5059
.tooltip i.fa {
5160
color: #fff;
5261
}
@@ -227,7 +236,7 @@ input[type="number"], input[type="date"], input[type="email"], input[type="passw
227236
}
228237

229238
.sidebar>ul li.active {
230-
background-color: #f8f9fa
239+
background-color: #f8f9fa
231240
}
232241

233242
.sidebar ul>li.active a {

0 commit comments

Comments
 (0)