Make WordPress Core

Changeset 21534


Ignore:
Timestamp:
08/16/2012 03:45:31 PM (14 years ago)
Author:
azaozz
Message:

Fix typo in [21529], props toscho. Simplify the :focus styles for the Screen Options and Help toggles, see #21324

Location:
trunk/wp-admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/colors-classic.dev.css

    r21529 r21534  
    18691869}
    18701870
    1871 #screen-meta-links a.show-settings {
     1871#screen-meta-links a {
    18721872        color: #606060;
    1873 }
    1874 
    1875 #screen-meta-links a.show-settings:hover {
     1873        background: transparent url(../images/arrows.png) no-repeat right 4px;
     1874}
     1875
     1876#screen-meta-links a:focus {
     1877        background-color: #c7e7fd;
     1878        color: #124964;
     1879}
     1880
     1881#screen-meta-links a:hover,
     1882#screen-meta-links a:active {
    18761883        color: #000;
    1877 }
    1878 
    1879 #screen-meta-links a.show-settings {
    1880         background: transparent url(../images/arrows-vs.png) no-repeat right 4px;
    1881 }
    1882 
    1883 #screen-meta-links a:focus {
    1884         background: #c7e7fd url(../images/arrows.png) no-repeat right 4px;
    1885         color: #124964;
    1886 }
    1887 
    1888 #screen-meta-links a:active {
    1889         background-color: transparent url(../images/arrows.png) no-repeat right 4px;
    1890 }
    1891 
    1892 #screen-meta-links a.show-settings.screen-meta-active  {
    1893         background: transparent url(../images/arrows-vs.png) no-repeat right -31px;
     1884        background-color: transparent;
     1885}
     1886
     1887#screen-meta-links a.screen-meta-active {
     1888        background-position: right -31px;
    18941889}
    18951890
  • trunk/wp-admin/css/colors-fresh.dev.css

    r21529 r21534  
    882882}
    883883
    884 #screen-meta-links a.show-settings {
     884#screen-meta-links a {
    885885        color: #777;
    886 }
    887 
    888 #screen-meta-links a.show-settings:hover {
     886        background: transparent url(../images/arrows.png) no-repeat right 4px;
     887}
     888
     889#screen-meta-links a:focus {
     890        background-color: #c7e7fd;
     891        color: #124964;
     892}
     893
     894#screen-meta-links a:hover,
     895#screen-meta-links a:active {
    889896        color: #333;
    890 }
    891 
    892 #screen-meta-links a.show-settings {
    893         background: transparent url(../images/arrows.png) no-repeat right 4px;
    894 }
    895 
    896 #screen-meta-links a:focus {
    897         background: #c7e7fd url(../images/arrows.png) no-repeat right 4px;
    898         color: #124964;
    899 }
    900 
    901 #screen-meta-links a:active {
    902         background-color: transparent url(../images/arrows.png) no-repeat right 4px;
    903 }
    904 
    905 #screen-meta-links a.show-settings.screen-meta-active {
    906         background: transparent url(../images/arrows.png) no-repeat right -31px;
     897        background-color: transparent;
     898}
     899
     900#screen-meta-links a.screen-meta-active {
     901        background-position: right -31px;
    907902}
    908903
Note: See TracChangeset for help on using the changeset viewer.