Plugin Directory

Changeset 342667


Ignore:
Timestamp:
02/08/2011 09:24:02 PM (15 years ago)
Author:
drewcovi
Message:

update notification style change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mac-os-admin-theme/trunk/styles/wp-admin.css

    r342203 r342667  
    364364    border: 1px solid #353535;
    365365    font-family: 'Lucida Grande';
    366     vertical-align: top;
     366    vertical-align: middle;
    367367    color: #3E3E3E;
    368368    text-shadow: 0px 1px rgba(255,255,255,.8);
     
    396396                );
    397397    padding-top: 4px;
     398    display: inline-block;
    398399    padding-bottom: 2px;
     400    vertical-align: middle;
    399401    -webkit-box-shadow: 0px 1px 0px rgba(255,255,255, .4), inset 0 2px 2px rgba(0,0,0,.3);
    400402}
     
    553555    margin: 1px 18px 0px 0px;
    554556}
     557.update-plugins{
     558    float: right;
     559    position: relative !important;
     560    -webkit-box-shadow: none !important;
     561    padding: 0 !important;
     562    background: #8596BA !important;
     563    min-width: 20px;
     564    text-align: center;
     565    text-shadow: none;
     566    margin-top: 2px !important;
     567}
     568.current .update-plugins{
     569    background: #fff !important;
     570    color: #417AC3 !important; 
     571}
     572.update-count{
     573    border: none;
     574    line-height: 16px;
     575    background: none;
     576    padding: 0;
     577    height: 15px;
     578}
     579.core-updates .alternate{
     580    background: none;
     581}
Note: See TracChangeset for help on using the changeset viewer.