Making WordPress.org


Ignore:
Timestamp:
06/14/2016 08:36:02 AM (8 years ago)
Author:
obenland
Message:

Plugin Directory: Second pass at upload form styles.

This time, let's be less intrusive on other styles.

See #1573, [3345].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/forms/_buttons.scss

    r3345 r3346  
    4545.button,
    4646.button-primary,
    47 .button-secondary {
     47.button-secondary,
     48.plugin-upload-form .button-primary {
    4849    -webkit-appearance: none;
    4950    border: 1px solid;
     
    212213
    213214.button-primary,
    214 .download-button {
     215.download-button,
     216.plugin-upload-form .button-primary {
    215217    background: #0085ba;
    216218    border-color: #0073aa #006799 #006799;
     
    327329    .button,
    328330    .button.button-large,
    329     .button.button-smallw {
     331    .button.button-small,
     332    .plugin-upload-form .button-primary {
    330333        font-size: 14px;
    331334        height: auto;
Note: See TracChangeset for help on using the changeset viewer.