Skip to content

Commit

Permalink
[NeoGlass] Add Scroller color
Browse files Browse the repository at this point in the history
  • Loading branch information
Flashacker-Neo committed Feb 8, 2022
1 parent 10898ff commit e3d0ffb
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions src/app/mods/alternative-themes/themes/neoGlass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -848,10 +848,22 @@ const neoGlass = `
.ContextualMenuUserStatus li.solo::after {
background: #f78900;
}
/*******************************************************************
* Scroller *
*******************************************************************/
.Scroller.scrollBgVisible .iScrollVerticalScrollbar, .Scroller.scrollBgVisible .iScrollHorizontalScrollbar {
background-color: %primary_a50%;
}
.Scroller .iScrollIndicator {
background-color: %text_primary%;
}
/******************************************************************
/*******************************************************************
* Fix bug *
*******************************************************************/
Expand Down Expand Up @@ -1041,6 +1053,9 @@ const neoGlass = `
.ContextualMenuMonster .monsterInfosContainer .xp {
color: %text_secondary%;
}
.ContextualMenuMonster .contextContent .contentScroller .monstersList {
color: %text_primary%;
}
/* Side tabs menu *
Expand Down Expand Up @@ -1608,7 +1623,7 @@ const neoGlass = `
.window.ToaWindow h4,
.window.ToaWindow h5,
.window.ToaWindow h6 {
color: %color_title%;
color: %title_color%;
}
.window.ToaWindow .panels .panel .contentBlock .separator {
background: %primary%;
Expand Down

0 comments on commit e3d0ffb

Please sign in to comment.