• CSS Broken in Sugar 14.00

    Sugar 13 .btn CSS .btn { font-size: 11px; line-height: 12px; padding: 7px; box-shadow: none; margin-left: 8px; border: 1px solid var(--border-color); text-shadow: none; display: inline-flex; align-items: center; justify-content: center } …
  • I don't know how to make custom.less works ?

    Hi. I'm trying to add custom css in my sugar app, i add my css inside off custom/themes/custom.less. I repair inside admin pannel and nothing happens. I don't have acces in global or i don't see any change. Thanks for help.
  • Adding Custom JS and CSS to Contacts Create page

    I'm a bit new to SugarCRM so I'm looking for some guidance in the right direction. I currently have a sandbox sugar cloud instance that I am attempting to load a custom module in. I am attempting to add an "address autocomplete" feature to the Contacts…
  • Name Text In Detail View Not Displaying Correcly For One Module Only

    Good morning, Following an upgrade to v10.0.2, we have a bit of a weird issue where the Name field text isn't displaying correctly in a custom module and looks like the below (you can just make out the text): On edit, the text is visible: However…
  • CSS Issue with menu bar

    Does anyone know where I would find the CSS to remove this blue box around the down arrow?
  • Fix for blank space left in layout for hidden fields in 10.0.0

    Sugar 10.0.0 has a bug ( defect 79052 ) where it is leaving blank space in the layout for dependent visible fields where both fields in the row are not visible. If you have layouts like ours with lots of dependent fields, the layout takes up way more…
  • Changing the primary button color

    According to the "Themes" documentation, I can change my primary button color by setting the following in my "custom/themes/clients/base/default/variables.php" file. <?php $lessdefs = [ 'colors' = > [ 'PrimaryButton' = > '#0F0' , ] , ] ; ?> In theory…
  • How to edit css for mobile

    Hi, I need to change the mobile css for my company to match our branding. I seen that sugar takes the css from the directory of <projName>/mobile/css/mobile.css but this appears to be a generated file. What file do I need to edit in order to make a change…
  • Change color of label

    Hi I'm trying to change the color of the labels on mandatory fields in the edit/detail views. I created a custom.less css file with the following .redlabel { color: black; background-color : yellow; } label { color: red; } When I add the css class to…
  • How can I increase the width of the product lookup on quotes in 7.6.2.0?

    The product lookup box that return a short list of matches from the product catalog when you start typing a name is too short of our implementation. It's only 162px wide and we need more like 400px. I found numerous suggestions on how to increase the…
  • Override Layout in Sugar Portal Issue sugarEnterprise 7.6.0

    Hi Everyone, I have face issue to override layout in sugarEnterprice portal . I have override my portal dashboard layouts below step I have to follow. 1. I have copy those two files from " .\clients\portal\layouts\dashboard\dashboard.js "," .\clients…