Skip to content

Commit

Permalink
Use alternative Translated status color in the Light theme in combina…
Browse files Browse the repository at this point in the history
…tion with font-weight: 300 [in /pontoon]
  • Loading branch information
mathjazz committed Oct 25, 2023
1 parent 6b7c874 commit ffd7655
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion pontoon/administration/static/css/admin_project.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ form .controls .button.delete-inline {

form a:link,
form a:visited {
color: var(--status-translated);
color: var(--status-translated-alt);
float: right;
text-transform: uppercase;
}
Expand Down
8 changes: 4 additions & 4 deletions pontoon/base/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ tfoot td a {
}

.locale .code {
color: var(--status-translated);
color: var(--status-translated-alt);
text-align: left;
}

Expand Down Expand Up @@ -1179,7 +1179,7 @@ body > form,
}

#helpers > section ul li > header .stress {
color: var(--status-translated);
color: var(--status-translated-alt);
padding-left: 3px;
padding-right: 3px;
}
Expand All @@ -1189,7 +1189,7 @@ body > form,
}

#helpers > section.machinery ul li > header sup {
color: var(--status-translated);
color: var(--status-translated-alt);
}

#helpers > section.machinery ul li > header .sources {
Expand Down Expand Up @@ -1451,7 +1451,7 @@ body > form,
}

.container .info a {
color: var(--status-translated);
color: var(--status-translated-alt);
}

.toggle-button {
Expand Down
2 changes: 1 addition & 1 deletion pontoon/base/static/css/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ table.table.project-list.hidden {
}

.table td.code a {
color: var(--status-translated);
color: var(--status-translated-alt);
line-height: 47px;
padding: 15px 5px 14px;
}
Expand Down
2 changes: 1 addition & 1 deletion pontoon/base/static/css/terms.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#main a:link,
#main a:visited {
color: var(--status-translated);
color: var(--status-translated-alt);
}

#main p,
Expand Down
4 changes: 2 additions & 2 deletions pontoon/contributors/static/css/contributors.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#heading .banner .title {
color: var(--status-translated);
color: var(--status-translated-alt);
}

#heading .legend {
Expand Down Expand Up @@ -91,7 +91,7 @@ th:last-child sup {
}

.stats .details div.approved {
color: var(--status-translated);
color: var(--status-translated-alt);
}

.stats .details div.unreviewed {
Expand Down
8 changes: 4 additions & 4 deletions pontoon/contributors/static/css/profile.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ h2 {
}

.username {
color: var(--status-translated);
color: var(--status-translated-alt);
line-height: 1.4em;
font-size: 20px;
font-weight: 300;
Expand Down Expand Up @@ -82,7 +82,7 @@ h2 {
}

.item-with-icon .stress {
color: var(--status-translated);
color: var(--status-translated-alt);
}

.personal-information .button {
Expand Down Expand Up @@ -207,7 +207,7 @@ h4.superuser {
}

#stats > div.translated span {
color: var(--status-translated);
color: var(--status-translated-alt);
}

#stats > div.unreviewed span {
Expand Down Expand Up @@ -417,7 +417,7 @@ svg.js-calendar-graph-svg {
}

#timeline .localizations li a .stress {
color: var(--status-translated);
color: var(--status-translated-alt);
}

#timeline .localizations li a .contribution-count {
Expand Down
4 changes: 2 additions & 2 deletions pontoon/sync/static/css/sync_logs.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}

.sync-log .start-time a {
color: var(--status-translated);
color: var(--status-translated-alt);
}

/** @details */
Expand Down Expand Up @@ -79,7 +79,7 @@ td {

.project-details .start-time .detail-label,
.repository-details .start-time .detail-label {
color: var(--status-translated);
color: var(--status-translated-alt);
}

.project-details .end-time .detail-label,
Expand Down
2 changes: 1 addition & 1 deletion pontoon/teams/static/css/info.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#info-wrapper .controls .cancel {
display: none;
color: var(--status-translated);
color: var(--status-translated-alt);
margin: 9px;
text-transform: uppercase;
}
Expand Down
2 changes: 1 addition & 1 deletion pontoon/teams/static/css/multiple_team_selector.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ label {

form a:link,
form a:visited {
color: var(--status-translated);
color: var(--status-translated-alt);
float: right;
text-transform: uppercase;
}

0 comments on commit ffd7655

Please sign in to comment.