Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. /* grid.css modification */
  2. /* Improve coloring in Relationships for IE */
  3. .dojoxGrid .dojoxGridContent .dojoxGridCell, .claro .dojoxGridTreeModel .dojoxGridContent .dojoxGridCell {
  4. padding: 0px 2px 0px 3px !important;
  5. position: relative;
  6. background-clip: padding-box; /* <- add additional property to improve border color */
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement