Advertisement
srikat

Custom CSS for ora.pm

Jul 18th, 2019
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. body {
  2. font-size: 15px;
  3. }
  4.  
  5. .normal-text.mw80, .small-text, .big-options .big-option .title, .projects-sidebar-title .text-overflow, .under-link, .single-task-modal .submenu .flexinmasta .text, .lsb-menu {
  6. color: rgba(0,0,0,0.7);
  7. }
  8.  
  9. .segmented-control.modern .item:nth-child(2), .theme-subtle, ._info svg, .checklist > .new-item, .settings-cell .setting-info {
  10. color: rgba(0,0,0,0.6);
  11. }
  12.  
  13. .project-cell .content .top-container .title-container .updated-at, .project-cell .content .middle-container .menu-icon, .left-navigation .create-menu-trigger, .left-navigation .hand, .theme-nav-item:not(.active), .theme-subtle, .kb_task>._inner>._info, .single-task-modal .top-menu .assignee-row .assignees, .single-task-modal .gray-text, .checklist .top-row .completed-toggle, .checklist .checklist-item .content-completed, .single-task-modal .details-show, .single-task-modal .show-hide-completed, .day-label-container .day, .history-item, .new-comment .btn.empty, .theme-task ._title.__completed, .left-sidebar-toggle, .project-settings, .context-toolbar .activity-toggle, .activity .item, .activity .item .time, .contributors a, .empty-contributors h2, .empty-health h2, .empty-sprints h2, .empty-contributors p, .empty-health p, .empty-sprints p, ._new-list.plus-btn > .btn, ._add_member, .single-task-modal .content .extras .description-title .edit {
  14. color: rgba(0,0,0,0.5);
  15. }
  16.  
  17. input.uiswitch+label:before {
  18. background: rgba(0,0,0,0.1);
  19. }
  20.  
  21. .cool-checkbox .cbx, .review-action:hover > .cool-checkbox > .cbx {
  22. border-color: rgba(0,0,0,0.5);
  23. }
  24.  
  25. .single-task-modal .header .progress-pie.gray circle.pie-border {
  26. stroke: rgba(0,0,0,0.4);
  27. }
  28.  
  29. .percentage-container {
  30. background-color: rgba(0,0,0,0.09);
  31. }
  32.  
  33. .history-item a {
  34. color: #3486f4;
  35. }
  36.  
  37. .comment-form .mentions-input-container textarea, .btn:not(.red, .green) {
  38. color: #333;
  39. }
  40.  
  41. .kb_task>._inner>._flex {
  42. margin-bottom: 15px;
  43. }
  44.  
  45. .btn.red {
  46. background-color: #F25671;
  47. }
  48.  
  49. .btn.green {
  50. background: #209B00;
  51. }
  52.  
  53. .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  54. opacity: 0.75;
  55. }
  56.  
  57. .gray-text {
  58. color: #444;
  59. }
  60.  
  61. .theme-list-bg {
  62. background-color: #dfe1e6;
  63. }
  64.  
  65. .theme-left-nav {
  66. background-color: #f6f6f6;
  67. }
  68.  
  69. .single-task-modal .content .extras > div > textarea {
  70. border: 1px solid #ddd;
  71. }
  72.  
  73. .gray-input input {
  74. border: 1px solid #ccc;
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement