File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
src/app/mods/alternative-themes/themes Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -848,10 +848,22 @@ const neoGlass = `
848848 .ContextualMenuUserStatus li.solo::after {
849849 background: #f78900;
850850 }
851+
852+
853+
854+ /*******************************************************************
855+ * Scroller *
856+ *******************************************************************/
857+ .Scroller.scrollBgVisible .iScrollVerticalScrollbar, .Scroller.scrollBgVisible .iScrollHorizontalScrollbar {
858+ background-color: %primary_a50%;
859+ }
860+ .Scroller .iScrollIndicator {
861+ background-color: %text_primary%;
862+ }
851863
852864
853865
854- /******************************************************************
866+ /*******************************************************************
855867 * Fix bug *
856868 *******************************************************************/
857869
@@ -1041,6 +1053,9 @@ const neoGlass = `
10411053 .ContextualMenuMonster .monsterInfosContainer .xp {
10421054 color: %text_secondary%;
10431055 }
1056+ .ContextualMenuMonster .contextContent .contentScroller .monstersList {
1057+ color: %text_primary%;
1058+ }
10441059
10451060
10461061 /* Side tabs menu *
@@ -1608,7 +1623,7 @@ const neoGlass = `
16081623 .window.ToaWindow h4,
16091624 .window.ToaWindow h5,
16101625 .window.ToaWindow h6 {
1611- color: %color_title %;
1626+ color: %title_color %;
16121627 }
16131628 .window.ToaWindow .panels .panel .contentBlock .separator {
16141629 background: %primary%;
You can’t perform that action at this time.
0 commit comments