We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c90ca4 commit f8b2b5eCopy full SHA for f8b2b5e
web/css/styles.min.css
@@ -939,7 +939,7 @@ a {
939
background-color: rgba(255,255,255,0.95);
940
box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.5);
941
list-style-type: none;
942
- margin: 0 27px;
+ margin: 0 18px;
943
max-height: 90%;
944
overflow-y: auto;
945
padding-left: 0;
@@ -967,7 +967,7 @@ a {
967
968
.notification-container .mark-seen {
969
background-color: #cc3366;
970
- border: 2px solid #454545;
+ border: 1px solid #c41650;
971
border-radius: 10px;
972
cursor: pointer;
973
display: none;
@@ -978,7 +978,7 @@ a {
978
width: 7px;
979
}
980
.notification-container .mark-seen:hover {
981
- background-color: #333;
+ background-color: #fff;
982
border-color: #e83b75;
983
984
.notification-container .mark-seen:active {
0 commit comments