1 Reply Latest reply on Feb 3, 2011 11:55 AM by harpritt

    Default dragIndicator

    harpritt

      Hi All

       

      I quite like the default dragindicator.... you know the transparent box.... with the status border. Its UI responce has proven much better than the custome indicators that ive created.

       

      Does anyone know what rich css i would need to edit inorder to give it thicker border and a white background.

       

      As allways all help is greatly appreciated.

       

      Harpritt

        • 1. Default dragIndicator
          harpritt

          Flame me if you this this is heinous... This gives me a nice thick border...... is there a better way of doing this?

           

          #_rfDefaultDragIndicator{

                    border-top-width:3px !important;

          }

           

          #_rfDefaultDragIndicatorTop{

                    border-top-width:3px !important;

          }

           

          #_rfDefaultDragIndicatorBottom{

                    border-bottom-width:3px !important;

          }

          #_rfDefaultDragIndicatorLeft{

                    border-left-width:3px !important;

          }

          #_rfDefaultDragIndicatorRight{

                    border-right-width:3px !important;

          }

          1 of 1 people found this helpful