Skip to content

Commit 5cd7a1e

Browse files
author
Kristan Kenney
committed
Update notification panel CSS
1 parent b2a7d1f commit 5cd7a1e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

web/css/styles.min.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ a {
10401040
}
10411041

10421042
.notification-container .unseen {
1043-
color: #f6a800;;
1043+
color: #e7e7e7;
10441044
}
10451045

10461046
.notification-container li {
@@ -1049,20 +1049,20 @@ a {
10491049
}
10501050

10511051
.notification-container .mark-seen {
1052-
background-color: #abc04b;
1052+
background-color: #cc3366;
10531053
border: 2px solid #454545;
10541054
border-radius: 10px;
10551055
cursor: pointer;
10561056
display: none;
10571057
float: right;
10581058
height: 7px;
10591059
margin-right: -5px;
1060-
margin-top: 0;
1060+
margin-top: 10px;
10611061
width: 7px;
10621062
}
10631063
.notification-container .mark-seen:hover {
10641064
background-color: #333;
1065-
border-color: #abc04b;
1065+
border-color: #e83b75;
10661066
}
10671067
.notification-container .mark-seen:active {
10681068
background-color: #777;
@@ -1086,13 +1086,13 @@ a {
10861086

10871087
.notification-container .unseen .title a,
10881088
.notification-container .unseen .title {
1089-
color: #C4DA5E;
1089+
color: #cc3366;
10901090
}
10911091
.notification-container .unseen .title a:hover {
1092-
color: #ffcc00;
1092+
color: #e83b75;
10931093
}
10941094
.notification-container .unseen .title a:active {
1095-
color: #dacf2e;
1095+
color: #e83b75;
10961096
}
10971097

10981098
.notification-container a {

0 commit comments

Comments
 (0)