custom.css 360 B

123456789101112131415161718192021
  1. /*
  2. Placeholder for custom user CSS
  3. mainly to be overridden in profile/static/custom/custom.css
  4. This will always be an empty file in IPython
  5. */
  6. /*for the error , connecting & renaming window*/
  7. [dir="rtl"] .modal-footer {
  8. text-align : left !important;
  9. }
  10. [dir="rtl"] .close {
  11. float : left;
  12. }
  13. [dir="rtl"] .fa-step-forward::before {
  14. content: "\f048";
  15. }