Making WordPress.org


Ignore:
Timestamp:
06/14/2016 08:36:02 AM (9 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/site/_header.scss

    r3261 r3346  
    5454            background-image: linear-gradient(to bottom, #21759b, #278ab7);
    5555            border-color: #124560 #2382ae #2382ae #2382ae;
    56             color: rgba(255,255,255,0.95);
    5756            -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
    5857            box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
     58            color: rgba(255,255,255,0.95);
    5959            text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    6060            transform: none;
     
    114114
    115115        .search-field + .button-search {
     116            border-left: none;
     117            border-radius: 0 2px 2px 0;
    116118            display: none;
    117             border-radius: 0 2px 2px 0;
    118119            height: 32px;
    119120            margin-left: -6px;
    120             position: relative;
    121             top: 2px;
    122             border-left: none;
     121            vertical-align: bottom;
    123122
    124123            &:active {
    125                 top: 0;
     124                background: #006799;
    126125                border-right: 1px solid #006799;
    127126                box-shadow: none;
    128                 background: #006799;
    129127            }
    130128
Note: See TracChangeset for help on using the changeset viewer.