diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 7e87935..1c0d60a 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -2239,6 +2239,21 @@ } +.menu_profile::-webkit-scrollbar-track{ + background-color: #F6F6F6; +} + +.menu_profile::-webkit-scrollbar-thumb{ + background-color: #989898; + border-radius: 3px; + width: 3px; +} + +.menu_profile::-webkit-scrollbar{ + background-color:#FF613A; + width: 4px; +} + .menu_buttons.right.close{