Changeset 21534
- Timestamp:
- 08/16/2012 03:45:31 PM (12 years ago)
- Location:
- trunk/wp-admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-classic.dev.css
r21529 r21534 1869 1869 } 1870 1870 1871 #screen-meta-links a .show-settings{1871 #screen-meta-links a { 1872 1872 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 { 1876 1883 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; 1894 1889 } 1895 1890 -
trunk/wp-admin/css/colors-fresh.dev.css
r21529 r21534 882 882 } 883 883 884 #screen-meta-links a .show-settings{884 #screen-meta-links a { 885 885 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 { 889 896 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; 907 902 } 908 903
Note: See TracChangeset
for help on using the changeset viewer.