how to add custom upgrade.css file

what I'm trying to achieve over here:
As I have upgraded sugar 14.0 in our environment while edit records on modules likes leads. We do have a four column layout over there and this is what the alignment of the last column right now.to fix this I found the CSS class as well in the following directory -> app/sugarcrm/styleguide/assets/css/upgrade.css. But this issue is only for windows specific OS and on mac and other OS it's working perfectly well. The default sugar style for this is .main-pane.span8{width:calc(66vw - 3.75rem);left:0} and for windows 
I need to make it .main-pane.span8{width:calc(66vw - 5.75rem);left:0} and need to make sure this style should only apply for the windows OS. First how will I do it. Second do I need to extend the custom version of the file upgrade.css if yes then how to do it. 
  

Parents
  • Do you have a customization other than setting 'columns' =>  in the panel definition in the view?

    I have multiple columns (4 too 6 depending on the panel and size of data) in several of my record views and I have had no reports of such an issue from my many Windows users.

    FrancescaS

Reply
  • Do you have a customization other than setting 'columns' =>  in the panel definition in the view?

    I have multiple columns (4 too 6 depending on the panel and size of data) in several of my record views and I have had no reports of such an issue from my many Windows users.

    FrancescaS

Children
No Data