Making WordPress.org


Ignore:
Timestamp:
06/21/2021 08:19:56 PM (3 years ago)
Author:
ocean90
Message:

Translate: Tweak the red and orange colors used for rejected and fuzzy translations.

Props NekoJonez, critterverse.
See #5757.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css

    r11052 r11053  
    503503}
    504504
    505 table.translations tr.preview.status-fuzzy, #legend .status-fuzzy {
    506     background-color: #fbc5a9;
     505table.translations tr.preview.status-fuzzy,
     506#legend .status-fuzzy {
     507    background-color: #f6a983;
    507508}
    508509
     
    514515table.translations tr.preview.status-rejected,
    515516#legend .status-rejected {
    516     background-color: #f1adad;
     517    background-color: #eb9090;
    517518}
    518519
     
    17361737
    17371738.ct-chart-contributors .ct-series-c .ct-area { /* rejected */
    1738     fill: #f1adad;
     1739    fill: #eb9090;
    17391740    fill-opacity: .5;
    17401741}
     
    17831784
    17841785.ct-legend .ct-series-2:before { /* rejected */
    1785     background-color: #f1adad;
    1786     border-color: #f1adad;
     1786    background-color: #eb9090;
     1787    border-color: #eb9090;
    17871788}
    17881789
Note: See TracChangeset for help on using the changeset viewer.