Making WordPress.org

Changeset 2350


Ignore:
Timestamp:
01/21/2016 11:56:35 PM (9 years ago)
Author:
mapk
Message:

Revised the CSS for more contrast in text and accessibility practices.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/stylesheets/login.css

    r2321 r2350  
    193193    margin: 0;
    194194    padding: 0;
     195  margin: 0;
     196  padding: 0;
    195197}
    196198
     
    272274}
    273275
     276.btn:focus {
     277  -webkit-box-shadow:0 0 0 2px #00A0D2;
     278  box-shadow:0 0 0 2px #00A0D2;
     279}
     280
    274281.btn:active {
    275282    top: 1px;
     
    297304}
    298305
    299 .button-primary:hover {
     306.button-primary:hover, .button-primary:focus {
    300307    background: #008db9;
    301308    -webkit-transition: background 0.2s ease;
    302309    transition: background 0.2s ease;
     310}
     311
     312.button-primary:focus {
     313  -webkit-box-shadow:0 0 0 2px #00A0D2;
     314  box-shadow:0 0 0 2px #00A0D2;
    303315}
    304316
     
    410422    color: #23282d;
    411423    font-weight: 400;
     424  font-weight:400;
    412425}
    413426
     
    418431    background: #fbfbfb;
    419432    border: none;
     433  -webkit-transition: all 0.1s ease;
     434  transition: all 0.1s ease;
     435}
     436form input[type="text"]:focus,
     437form input[type="password"]:focus,
     438form input[type="checkbox"]:focus,
     439form input[type="radio"]:focus {
     440  background: #fff;
     441  -webkit-box-shadow:0 0 0 2px #00A0D2, inset 0 1px 2px rgba(0,0,0,.5);
     442  box-shadow:0 0 0 2px #00A0D2, inset 0 1px 2px rgba(0,0,0,.5);
    420443}
    421444
     
    459482
    460483label {
    461     color: #a0a5aa;
     484    color: #B4B9BE;
    462485}
    463486
Note: See TracChangeset for help on using the changeset viewer.