Skip to content

Commit

Permalink
Notify button
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony1x6000 committed Feb 17, 2024
1 parent 35f133b commit ac95902
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions stylustheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1981,6 +1981,16 @@
background-image: url(https://images.rbxcdn.com/757f696cbfd2d8fcde61d219cead6a2c-branded_04182018.svg)
}

div#game-follow-icon.icon-notifications-bell {
background-image: url('https://images.rbxcdn.com/757f696cbfd2d8fcde61d219cead6a2c-branded_04182018.svg');
background-position: 0 -250px;

}
div#game-follow-icon.icon-notifications-bell:hover, div#game-follow-icon.followed.icon-notifications-bell {
background-image: url('https://images.rbxcdn.com/757f696cbfd2d8fcde61d219cead6a2c-branded_04182018.svg');
background-position: -28px -250px;
}

.light-theme .dialogs .dialog-container .dialog-header
{
background-color: #00a2ff;
Expand Down
1 change: 1 addition & 0 deletions unreleasedChanges.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Standard releases can be found at [ROBLOX2016stylus/releases](https://github.com
- [Dark theme] Planned support for dark theme when 1.2.8 releases.
- Small roblox icon fix
- Light theme recommendation fix
- [Notify] Notify button icon change

### Find a bug?

Expand Down

0 comments on commit ac95902

Please sign in to comment.