Skip to content

Commit ff950c2

Browse files
author
Kristan Kenney
committed
Update notification panel
1 parent c489acd commit ff950c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/css/styles.min.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ a {
939939
background-color: rgba(255,255,255,0.95);
940940
box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.5);
941941
list-style-type: none;
942-
margin: 0 27px;
942+
margin: 0 18px;
943943
max-height: 90%;
944944
overflow-y: auto;
945945
padding-left: 0;
@@ -967,7 +967,7 @@ a {
967967

968968
.notification-container .mark-seen {
969969
background-color: #cc3366;
970-
border: 2px solid #454545;
970+
border: 1px solid #c41650;
971971
border-radius: 10px;
972972
cursor: pointer;
973973
display: none;
@@ -978,7 +978,7 @@ a {
978978
width: 7px;
979979
}
980980
.notification-container .mark-seen:hover {
981-
background-color: #333;
981+
background-color: #fff;
982982
border-color: #e83b75;
983983
}
984984
.notification-container .mark-seen:active {

0 commit comments

Comments
 (0)