Dashboard sipadu mbip
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

custom-toolbar.css 625B

1234567891011121314151617181920212223242526
  1. .btn-toolbar{
  2. margin: 0 auto;
  3. }
  4. .tool-top .tool-item:first-child, .tool-bottom .tool-item:first-child{
  5. border-top-left-radius: 6px;
  6. border-bottom-left-radius: 6px;
  7. }
  8. .tool-top .tool-item:last-child, .tool-bottom .tool-item:last-child{
  9. border-top-right-radius: 6px;
  10. border-bottom-right-radius: 6px;
  11. }
  12. .tool-left .tool-item:first-child, .tool-right .tool-item:first-child{
  13. border-top-left-radius: 6px;
  14. border-top-right-radius: 6px;
  15. }
  16. .tool-left .tool-item:last-child, .tool-right .tool-item:last-child{
  17. border-bottom-left-radius: 6px;
  18. border-bottom-right-radius: 6px;
  19. }
  20. .btn-toolbar i{
  21. margin-right:0;
  22. }