Compare commits
2 Commits
5b2b2b9c43
...
6ad7e477b2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ad7e477b2 | ||
|
|
9541c10522 |
BIN
core/icons/alerts/forum/board.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
core/icons/alerts/forum/thread.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
core/icons/alerts/group.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
core/icons/alerts/group/news.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
core/icons/alerts/group/wall.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
core/icons/alerts/profile.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
core/icons/alerts/profile/comment.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
@@ -1098,15 +1098,15 @@ body.dashboard .dash-container .primary .mainbox .alert .info {
|
||||
display: flex;
|
||||
color: var(--subtitle);
|
||||
font-family: var(--primary-font);
|
||||
}
|
||||
|
||||
body.dashboard .dash-container .primary .mainbox .alert .origin {
|
||||
flex-grow: 1;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
body.dashboard .dash-container .primary .mainbox .alert .origin a:link,
|
||||
body.dashboard .dash-container .primary .mainbox .alert .origin a:visited {
|
||||
body.dashboard .dash-container .primary .mainbox .alert .namespace {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
body.dashboard .dash-container .primary .mainbox .alert .namespace a:link,
|
||||
body.dashboard .dash-container .primary .mainbox .alert .namespace a:visited {
|
||||
color: var(--subtitle);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||