Feature #43221 » update-activity-date-header-color.patch
app/assets/stylesheets/application.css | ||
---|---|---|
813 | 813 |
div#activity dd.grouped {margin-left:9em;} |
814 | 814 |
div#activity h3 { |
815 | 815 |
padding: 5px; |
816 |
background-color: #eeeeee;
|
|
816 |
background-color: #f6f7f8;
|
|
817 | 817 |
} |
818 | 818 |
div#activity dt { |
819 | 819 |
padding-top: 10px; |
820 |
border-top: 1px solid #eeeeee;
|
|
820 |
border-top: 1px solid #e8eaed;
|
|
821 | 821 |
width: 100%; /* Prevents border from disappearing due to inline-flex shrinking */ |
822 | 822 |
box-sizing: border-box; |
823 | 823 |
display: flex; |
- « Previous
- 1
- 2
- 3
- Next »