Skip to content

Commit

Permalink
Change text style in top panel
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Jul 4, 2024
1 parent 82b89e4 commit 3d0caac
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 25 deletions.
21 changes: 10 additions & 11 deletions resources/css/humhub.mail.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,31 +160,30 @@
}
.mail-inbox-messages .media h4.media-heading {
font-weight: 600;
font-size: 16px;
}
.mail-inbox-messages .media h4.media-heading time {
font-size: 11px !important;
font-weight: normal;
float: right;
}
.mail-inbox-messages .media h5 {
font-size: 11px;
font-size: 14px;
font-weight: 500;
color: #000;
display: flex;
justify-content: space-between;
margin: 8px 0;
}
.mail-inbox-messages .media h5 span:first-child {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.mail-inbox-messages .media .mail-last-entry {
font-size: 11px;
font-weight: normal;
color: var(--text-color-soft2);
}
.mail-inbox-messages .selected .mail-last-entry,
.mail-inbox-messages .media-list > li:hover .mail-last-entry {
color: var(--text-color-main);
font-size: 14px;
font-weight: 500;
color: var(--text-color-secondary);
}
.mail-message-form {
position: absolute;
Expand Down Expand Up @@ -277,7 +276,7 @@
color: var(--info);
}
.messagePreviewEntry.unread .mail-last-entry {
color: var(--text-color-main);
color: var(--text-color-highlight);
}
.message-tag-filter-group .select2-selection {
border-bottom-right-radius: 0;
Expand All @@ -293,8 +292,8 @@
}
.new-message-badge {
float: right;
min-width: 16px;
height: 16px;
min-width: 14px;
height: 14px;
border-radius: 50%;
background: var(--info);
margin-left: 2px;
Expand Down
23 changes: 10 additions & 13 deletions resources/css/humhub.mail.less
Original file line number Diff line number Diff line change
Expand Up @@ -235,19 +235,22 @@

h4.media-heading {
.semiBold;
font-size: 16px;

time {
font-size: 11px !important;
font-weight: normal;
float: right;
}
}

h5 {
font-size: 11px;
font-size: 14px;
font-weight: 500;
color: #000;
display: flex;
justify-content: space-between;
margin: 8px 0;

span:first-child {
overflow: hidden;
Expand All @@ -257,15 +260,9 @@
}

.mail-last-entry {
font-size: 11px;
font-weight: normal;
color: var(--text-color-soft2);
}
}

.selected, .media-list > li:hover {
.mail-last-entry {
color: var(--text-color-main);
font-size: 14px;
font-weight: 500;
color: var(--text-color-secondary);
}
}
}
Expand Down Expand Up @@ -392,7 +389,7 @@
}

.mail-last-entry {
color: var(--text-color-main);
color: var(--text-color-highlight);
}
}
}
Expand All @@ -415,8 +412,8 @@

.new-message-badge {
float: right;
min-width: 16px;
height: 16px;
min-width: 14px;
height: 14px;
border-radius: 50%;
background: @colorUnread;
margin-left: 2px;
Expand Down
2 changes: 1 addition & 1 deletion resources/css/humhub.mail.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d0caac

Please sign in to comment.